Skip to content

Commit 84c4b4f

Browse files
committed
Fix JDK script in CI pipeline
1 parent 44e8811 commit 84c4b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/images/get-jdk-url.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44
case "$1" in
55
java17)
66
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.9+11/bellsoft-jdk17.0.9+11-linux-amd64.tar.gz"
7+
;;
78
java21)
89
echo "https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64.tar.gz"
910
;;

0 commit comments

Comments
 (0)