We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee61f7b commit 96789a3Copy full SHA for 96789a3
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/setup-java@v3
21
with:
22
java-version: '8'
23
+ java-package: 'jdk+fx'
24
distribution: 'zulu'
25
cache: 'maven'
26
0 commit comments