Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from adrienchabot/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Aug 13, 2022
2 parents 9f7e2e7 + f7a9040 commit 3388448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ case "$1" in
;;
-jdk11)
JdkVersion="VERSION_11"
ver="11.0.10"
rev="9"
ver="11.0.15"
rev="10"
VR=$ver"_"$rev
jdkFolder="jdk$ver-b$rev"
jreFolder="$jdkFolder-jre"
openJdkUrlPath="https://github.com/adoptium/temurin11-binaries/releases/download/jdk-$ver%2B$rev
openJdkUrlPath="https://github.com/adoptium/temurin11-binaries/releases/download/jdk-$ver%2B$rev"
jreWinFileName="OpenJDK11U-jre_x64_windows_hotspot_$VR.zip"
jreLinuxFileName="OpenJDK11U-jre_x64_linux_hotspot_$VR.tar.gz"
jdkWinFileName="OpenJDK11U-jdk_x64_windows_hotspot_$VR.zip"
Expand Down Expand Up @@ -221,4 +221,4 @@ BUILD

echo "Done - Use ./gradlew installDist to build Safekeeping"


0 comments on commit 3388448

Please sign in to comment.