Skip to content

Commit

Permalink
Upgrade Java 13 version in CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Sep 12, 2019
1 parent 219bafa commit 99960b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case "$1" in
echo "https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10/OpenJDK12U-jdk_x64_linux_hotspot_12.0.2_10.tar.gz"
;;
java13)
echo "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk13u-2019-09-03-11-49/OpenJDK13U-jdk_x64_linux_hotspot_2019-09-03-11-49.tar.gz"
echo "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk13u-2019-09-11-12-35/OpenJDK13U-jdk_x64_linux_hotspot_2019-09-11-12-35.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit 99960b0

Please sign in to comment.