Skip to content

Commit 41ce1c9

Browse files
committed
Update JDK 15 CI to use 2020-07-08-05-49
Closes gh-22267
1 parent 6b7640b commit 41ce1c9

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-07-01-07-28/OpenJDK15-jdk_x64_linux_hotspot_2020-07-01-07-28.tar.gz"
15+
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-07-08-05-49/OpenJDK15-jdk_x64_linux_hotspot_2020-07-08-05-49.tar.gz"
1616
;;
1717
*)
1818
echo $"Unknown java version"

0 commit comments

Comments
 (0)