mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-07-22 07:48:26 +00:00
define sdkmanrc and reference it in github action
This commit is contained in:
7
.github/workflows/package.yaml
vendored
7
.github/workflows/package.yaml
vendored
@@ -15,11 +15,10 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Set up JDK 25.0.2
|
||||
uses: actions/setup-java@v5
|
||||
- name: Set up SDKman and Java
|
||||
uses: actions/sdkman-action@v1
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '25.0.2'
|
||||
sdkmanrc: .sdkmanrc
|
||||
- name: Show Build Versions
|
||||
run: ./gradlew -v
|
||||
- name: Build with Gradle
|
||||
|
||||
Reference in New Issue
Block a user