fix(actions): update distrib and package
This commit is contained in:
parent
0e869928c1
commit
615d21a73a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/gradle.yml
vendored
5
.github/workflows/gradle.yml
vendored
|
@ -25,8 +25,9 @@ jobs:
|
|||
- name: Set up JDK 22
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '22'
|
||||
distribution: 'jdk+fx'
|
||||
java-version: '22.0.2'
|
||||
distribution: 'zulu'
|
||||
java-package: 'jdk+fx'
|
||||
|
||||
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
|
||||
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
|
||||
|
|
Loading…
Reference in a new issue