Skip to content

Commit

Permalink
Upgrade Java 15 version in CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Sep 17, 2020
1 parent 4d7339d commit 268904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Expand Up @@ -12,7 +12,7 @@ case "$1" in
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"
;;
java15)
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"
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15u-2020-09-16-03-01/OpenJDK15U-jdk_x64_linux_hotspot_2020-09-16-03-01.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit 268904d

Please sign in to comment.