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.
1 parent f5a356c commit 64ff37fCopy full SHA for 64ff37f
ci/images/get-jdk-url.sh
@@ -6,7 +6,7 @@ case "$1" in
6
echo "https://download.bell-sw.com/java/17.0.8.1+1/bellsoft-jdk17.0.8.1+1-linux-amd64.tar.gz"
7
;;
8
java21)
9
- echo "https://download.java.net/java/early_access/jdk21/35/GPL/openjdk-21-ea+35_linux-x64_bin.tar.gz"
+ echo "https://download.java.net/java/GA/jdk21/fd2272bbf8e04c3dbaee13770090416c/35/GPL/openjdk-21_linux-x64_bin.tar.gz"
10
11
*)
12
echo $"Unknown java version"
0 commit comments