From 199f94c1a838b45d06ada8e7b9270a793b5f8bfe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 7 Aug 2021 08:19:11 +0200 Subject: [PATCH] Upgrade Java 17 version in CI image Closes gh-27589 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index f8a5d61bd18..0c68660cfba 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -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/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30.tar.gz" + 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 $"Unknown java version"