Browse Source

Upgrade Java 18 version in CI image

pull/28720/head
Stephane Nicoll 4 years ago
parent
commit
8a30bc2993
  1. 2
      ci/images/get-jdk-url.sh

2
ci/images/get-jdk-url.sh

@ -12,7 +12,7 @@ case "$1" in @@ -12,7 +12,7 @@ case "$1" in
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.3.1+2/bellsoft-jdk17.0.3.1+2-linux-amd64.tar.gz"
;;
java18)
echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.1%2B10/OpenJDK18U-jdk_x64_linux_hotspot_18.0.1_10.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz"
;;
*)
echo $"Unknown java version"

Loading…
Cancel
Save