Skip to content

Commit

Permalink
Merge pull request #285 from yermak/build_for_java_16
Browse files Browse the repository at this point in the history
java 16
  • Loading branch information
yermak authored Aug 15, 2021
2 parents 0aeaad2 + 24a85aa commit 1128ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
setx JAVA_HOME jdk-16.0.2
call refreshenv
wget -q https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
unzip openjfx-16_windows-x64_bin-jmods.zip
7z.exe x openjfx-16_windows-x64_bin-jmods.zip
SET JAVAFX_JMODS=javafx-jmods-16
call mvn -X clean package --no-transfer-progress
Expand Down
2 changes: 1 addition & 1 deletion release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
setx JAVA_HOME jdk-16.0.2
call refreshenv
wget -q https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
unzip openjfx-16_windows-x64_bin-jmods.zip
7z.exe x openjfx-16_windows-x64_bin-jmods.zip
SET JAVAFX_JMODS=javafx-jmods-16
call mvn -X clean package --no-transfer-progress
Expand Down

0 comments on commit 1128ba4

Please sign in to comment.