Skip to content

Commit

Permalink
Merge pull request #288 from yermak/development
Browse files Browse the repository at this point in the history
increment from 5.5.18
  • Loading branch information
yermak authored Aug 15, 2021
2 parents 9a07a7b + 1817f49 commit c0280a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- script: |
choco install wget --no-progress
wget -q https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_windows-x64_bin.zip -O openjdk-16.0.2_windows-x64_bin.zip
unzip openjdk-16.0.2_windows-x64_bin.zip
7z.exe x openjdk-16.0.2_windows-x64_bin.zip
setx JAVA_HOME jdk-16.0.2
call refreshenv
call mvn -X clean package -Dexec.skip=true --no-transfer-progress $(MAVEN_OPTS)
Expand Down
2 changes: 1 addition & 1 deletion build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
choco install 7zip --no-progress
choco install wget --no-progress
wget -q https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_windows-x64_bin.zip -O openjdk-16.0.2_windows-x64_bin.zip
unzip openjdk-16.0.2_windows-x64_bin.zip
7z.exe x openjdk-16.0.2_windows-x64_bin.zip
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
Expand Down
4 changes: 2 additions & 2 deletions release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
choco install 7zip --no-progress
choco install wget --no-progress
wget -q https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_windows-x64_bin.zip -O openjdk-16.0.2_windows-x64_bin.zip
unzip openjdk-16.0.2_windows-x64_bin.zip
7z.exe x openjdk-16.0.2_windows-x64_bin.zip
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
wget https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
7z.exe x openjfx-16_windows-x64_bin-jmods.zip
SET JAVAFX_JMODS=javafx-jmods-16
Expand Down

0 comments on commit c0280a7

Please sign in to comment.