Upgrade Java 18 CI to 18.0.2.1+1

Closes gh-32206
This commit is contained in:
Andy Wilkinson 2022-09-01 17:37:05 +01:00
parent 4bc37d22d7
commit 7a6e6ee007
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ case "$1" in
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"
echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2.1+1/bellsoft-jdk18.0.2.1+1-linux-amd64.tar.gz"
;;
*)
echo $"Unknown java version"