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 2ac5565 commit c88c962Copy full SHA for c88c962
ci/images/get-jdk-url.sh
@@ -5,12 +5,9 @@ case "$1" in
5
java17)
6
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz"
7
;;
8
- java20)
9
- echo "https://github.com/bell-sw/Liberica/releases/download/20.0.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz"
+ java21)
+ echo "https://download.java.net/java/early_access/jdk21/31/GPL/openjdk-21-ea+31_linux-x64_bin.tar.gz"
10
11
- java21)
12
- echo "https://download.java.net/java/early_access/jdk21/29/GPL/openjdk-21-ea+29_linux-x64_bin.tar.gz"
13
- ;;
14
*)
15
echo $"Unknown java version"
16
exit 1
0 commit comments