We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bac848 commit 390ecd7Copy full SHA for 390ecd7
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
- name: Gradle Wrapper Validation
21
uses: gradle/wrapper-validation-action@v1
22
- - name: Set up Java 17 with JavaFX
+ - name: Set up Java 21 with JavaFX
23
uses: actions/setup-java@v1
24
with:
25
java-version: '21'
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
0 commit comments