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 da01e0c commit 8de0fadCopy full SHA for 8de0fad
ci/images/get-jdk-url.sh
@@ -9,7 +9,7 @@ case "$1" in
9
echo "https://download.bell-sw.com/java/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64.tar.gz"
10
;;
11
java22)
12
- echo "https://download.java.net/java/early_access/jdk22/19/GPL/openjdk-22-ea+19_linux-x64_bin.tar.gz"
+ echo "https://download.java.net/java/early_access/jdk22/27/GPL/openjdk-22-ea+27_linux-x64_bin.tar.gz"
13
14
*)
15
echo $"Unknown java version"
0 commit comments