From a7e2c0c8af0159bcf69c26bc4a5278afad38a4de Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 24 Aug 2022 17:50:36 -0700 Subject: [PATCH 1/2] Polish --- 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 0c16113dff8..2eb124a7f59 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -14,7 +14,7 @@ case "$1" in java18) echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz" ;; - *) + *) echo $"Unknown java version" exit 1 esac From ccc80f39c72b5c6940c3b5ed5ac8cce37529ae9d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 24 Aug 2022 17:51:21 -0700 Subject: [PATCH 2/2] Upgrade to Java 17.0.4.1+1 Closes gh-32163 --- 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 2eb124a7f59..bde658d66f8 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -9,7 +9,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/11.0.16.1+1/bellsoft-jdk11.0.16.1+1-linux-amd64.tar.gz" ;; java17) - echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4.1+1/bellsoft-jdk17.0.4.1+1-linux-amd64.tar.gz" ;; java18) echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz"