define sdkmanrc and reference it in github action
This commit is contained in:
parent
088f8e302c
commit
0c9bbc2550
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user