We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088f38b commit 0133d34Copy full SHA for 0133d34
.github/workflows/maven.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up JDK 8
20
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v1
21
with:
22
java-package: jdk+fx
23
- java-version: '8.0.282'
+ java-version: '1.8'
24
distribution: 'adopt'
25
- name: Add openjfx
26
run: sudo apt-get install openjfx
0 commit comments