Skip to content

Commit

Permalink
Upgrade CI image to JDK 17+35
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Sep 23, 2021
1 parent 6689b3c commit 66b15ef
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 @@ -3,7 +3,7 @@ set -e

case "$1" in
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 66b15ef

Please sign in to comment.