We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9497ff commit e852fbdCopy full SHA for e852fbd
ci/images/get-jdk-url.sh
@@ -3,11 +3,11 @@ set -e
3
4
case "$1" in
5
java17)
6
- echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4.1+1/bellsoft-jdk17.0.4.1+1-linux-amd64.tar.gz"
7
- ;;
8
- java18)
9
- echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2.1%2B1/bellsoft-jdk18.0.2.1+1-linux-amd64.tar.gz"
+ echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
10
;;
+ java19)
+ echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz"
+ ;;
11
*)
12
echo $"Unknown java version"
13
exit 1
0 commit comments