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 1a78aea commit 364f0b9Copy full SHA for 364f0b9
ci/images/get-jdk-url.sh
@@ -3,8 +3,7 @@ set -e
3
4
case "$1" in
5
java17)
6
- echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
7
- ;;
+ echo "https://download.bell-sw.com/java/17.0.8.1+1/bellsoft-jdk17.0.8.1+1-linux-amd64.tar.gz"
8
java19)
9
echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz"
10
;;
0 commit comments