Skip to content

Commit 8473f71

Browse files
committed
Update JDK 15 version in CI image
This also switches to the adoptopenjdk-produced binaries for better consistency with other JDK versions in our CI.
1 parent b61d058 commit 8473f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/get-jdk-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ case "$1" in
1212
echo "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14.0.2_12.tar.gz"
1313
;;
1414
java15)
15-
echo "https://download.java.net/java/early_access/jdk15/33/GPL/openjdk-15-ea+33_linux-x64_bin.tar.gz"
15+
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15u-2020-09-09-09-19/OpenJDK15U-jdk_x64_linux_hotspot_2020-09-09-09-19.tar.gz"
1616
;;
1717
*)
1818
echo $"Unknown java version"

0 commit comments

Comments
 (0)