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 16f1414 commit 92f7587Copy full SHA for 92f7587
ci/images/get-jdk-url.sh
@@ -12,7 +12,7 @@ case "$1" in
12
echo "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7.tar.gz"
13
;;
14
java15)
15
- echo "https://download.java.net/java/early_access/jdk15/21/GPL/openjdk-15-ea+21_linux-x64_bin.tar.gz"
+ echo "https://download.java.net/java/early_access/jdk15/23/GPL/openjdk-15-ea+23_linux-x64_bin.tar.gz"
16
17
*)
18
echo $"Unknown java version"
0 commit comments