Skip to content

Commit

Permalink
Upgrade Java 17 version in CI image
Browse files Browse the repository at this point in the history
Closes gh-28105
  • Loading branch information
snicoll committed Sep 22, 2021
1 parent 2f8371c commit 90a5e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case "$1" in
echo "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_linux_hotspot_11.0.12_7.tar.gz"
;;
java17)
echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-09-15-08-15-beta/OpenJDK17-jdk_x64_linux_hotspot_2021-09-15-08-15.tar.gz"
echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit 90a5e34

Please sign in to comment.