Skip to content

Commit ddf072e

Browse files
committed
Upgrade Java 16 CI image to 2021-03-09-12-41
Closes gh-25591
1 parent 9798901 commit ddf072e

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/openjdk15-binaries/releases/download/jdk-15.0.2%2B7/OpenJDK15U-jdk_x64_linux_hotspot_15.0.2_7.tar.gz"
1313
;;
1414
java16)
15-
echo "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk16-2021-03-04-10-39/OpenJDK16-jdk_x64_linux_hotspot_2021-03-04-10-39.tar.gz"
15+
echo "https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk16-2021-03-09-12-41/OpenJDK16-jdk_x64_linux_hotspot_2021-03-09-12-41.tar.gz"
1616
;;
1717
*)
1818
echo $"Unknown java version"

0 commit comments

Comments
 (0)