Skip to content

Commit 7194210

Browse files
committed
Remove reference to java14 in CI scripts
Closes gh-24472
1 parent 822ae0d commit 7194210

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/images/get-jdk-url.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ case "$1" in
88
java11)
99
echo "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9.1_1.tar.gz"
1010
;;
11-
java14)
12-
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"
13-
;;
1411
java15)
1512
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.1%2B9/OpenJDK15U-jdk_x64_linux_hotspot_15.0.1_9.tar.gz"
1613
;;

0 commit comments

Comments
 (0)