Skip to content

Commit 2dd4a9c

Browse files
committed
Update JDK 15 CI to use 2020-06-24-06-14
Closes gh-22099
1 parent c6594c2 commit 2dd4a9c

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.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7.tar.gz"
1313
;;
1414
java15)
15-
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-06-17-05-44/OpenJDK15-jdk_x64_linux_hotspot_2020-06-17-05-44.tar.gz"
15+
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-06-24-06-14/OpenJDK15-jdk_x64_linux_hotspot_2020-06-24-06-14.tar.gz"
1616
;;
1717
*)
1818
echo $"Unknown java version"

0 commit comments

Comments
 (0)