Skip to content

Commit 0133d34

Browse files
authored
Update maven.yml
1 parent 088f38b commit 0133d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up JDK 8
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v1
2121
with:
2222
java-package: jdk+fx
23-
java-version: '8.0.282'
23+
java-version: '1.8'
2424
distribution: 'adopt'
2525
- name: Add openjfx
2626
run: sudo apt-get install openjfx

0 commit comments

Comments
 (0)