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 1859039 + 355945f commit bf4771fCopy full SHA for bf4771f
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.5+8/bellsoft-jdk17.0.5+8-linux-amd64.tar.gz"
13
;;
14
java19)
15
- echo "https://github.com/bell-sw/Liberica/releases/download/19+37/bellsoft-jdk19+37-linux-amd64.tar.gz"
+ echo "https://github.com/bell-sw/Liberica/releases/download/19.0.1+11/bellsoft-jdk19.0.1+11-linux-amd64.tar.gz"
16
17
*)
18
echo $"Unknown java version"
0 commit comments