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-27849
  • Loading branch information
snicoll committed Sep 6, 2021
1 parent 4d019c0 commit b82da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Expand Up @@ -12,7 +12,7 @@ case "$1" in
echo "https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_linux_hotspot_16.0.2_7.tar.gz"
;;
java17)
echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-08-05-18-59-beta/OpenJDK17-jdk_x64_linux_hotspot_2021-08-05-18-59.tar.gz"
echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-09-01-12-34-beta/OpenJDK17-jdk_x64_linux_hotspot_2021-09-01-12-34.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit b82da0a

Please sign in to comment.