We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2459f commit d2f3a97Copy full SHA for d2f3a97
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up JDK
19
uses: actions/setup-java@v4
20
with:
21
- java-version: '8'
+ java-version: '17'
22
java-package: 'jdk+fx'
23
distribution: 'zulu'
24
.sdkmanrc
@@ -1,4 +1,4 @@
1
# Enable auto-env through the sdkman_auto_env config
2
# Add key=value pairs of SDKs to use below
3
-java=8.0.442.fx-zulu
+java=17.0.16.fx-zulu
4
ant=1.10.14
0 commit comments