Skip to content

Commit 39fa035

Browse files
committed
Fix JDK version script in CI pipeline
1 parent bdaeb87 commit 39fa035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/images/get-jdk-url.sh

Lines changed: 1 addition & 0 deletions
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)