Skip to content

Commit c564725

Browse files
committed
Upgrade to Java 21 EA build 21
1 parent e599fec commit c564725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/get-jdk-url.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ case "$1" in
99
echo "https://github.com/bell-sw/Liberica/releases/download/20.0.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz"
1010
;;
1111
java21)
12-
echo "https://download.java.net/java/early_access/jdk21/20/GPL/openjdk-21-ea+20_linux-x64_bin.tar.gz"
12+
echo "https://download.java.net/java/early_access/jdk21/21/GPL/openjdk-21-ea+21_linux-x64_bin.tar.gz"
1313
;;
1414
*)
1515
echo $"Unknown java version"

0 commit comments

Comments
 (0)