Skip to content

Commit 15f2186

Browse files
committed
Add Java 15 to download script
See gh-23433
1 parent e6ebcf1 commit 15f2186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/images/get-jdk-url.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ case "$1" in
1111
java14)
1212
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"
1313
;;
14+
java15)
15+
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15%2B36/OpenJDK15U-jdk_x64_linux_hotspot_15_36.tar.gz"
16+
;;
1417
*)
1518
echo $"Unknown java version"
1619
exit 1

0 commit comments

Comments
 (0)