We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3c86c5 + efc180b commit 4c14336Copy full SHA for 4c14336
ci/images/get-jdk-url.sh
@@ -9,7 +9,7 @@ case "$1" in
9
echo "https://github.com/bell-sw/Liberica/releases/download/20.0.2+10/bellsoft-jdk20.0.2+10-linux-amd64.tar.gz"
10
;;
11
java21)
12
- echo "https://download.java.net/java/early_access/jdk21/25/GPL/openjdk-21-ea+25_linux-x64_bin.tar.gz"
+ echo "https://download.java.net/java/GA/jdk21/fd2272bbf8e04c3dbaee13770090416c/35/GPL/openjdk-21_linux-x64_bin.tar.gz"
13
14
*)
15
echo $"Unknown java version"
0 commit comments