We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e599fec commit c564725Copy full SHA for c564725
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.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz"
10
;;
11
java21)
12
- echo "https://download.java.net/java/early_access/jdk21/20/GPL/openjdk-21-ea+20_linux-x64_bin.tar.gz"
+ echo "https://download.java.net/java/early_access/jdk21/21/GPL/openjdk-21-ea+21_linux-x64_bin.tar.gz"
13
14
*)
15
echo $"Unknown java version"
0 commit comments