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.
2 parents 5ea878c + 7fc28b3 commit 5b9c4a5Copy full SHA for 5b9c4a5
ci/images/get-jdk-url.sh
@@ -12,7 +12,7 @@ case "$1" in
12
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
13
;;
14
java19)
15
- echo "https://github.com/bell-sw/Liberica/releases/download/19.0.1+11/bellsoft-jdk19.0.1+11-linux-amd64.tar.gz"
+ echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz"
16
17
*)
18
echo $"Unknown java version"
0 commit comments