We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ba608 commit 59e31e1Copy full SHA for 59e31e1
ci/images/get-jdk-url.sh
@@ -3,7 +3,7 @@ set -e
3
4
case "$1" in
5
java8)
6
- echo "https://github.com/bell-sw/Liberica/releases/download/8u333%2B2/bellsoft-jre8u333+2-linux-amd64.tar.gz"
+ echo "https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz"
7
;;
8
java11)
9
echo "https://github.com/bell-sw/Liberica/releases/download/11.0.15.1+2/bellsoft-jdk11.0.15.1+2-linux-amd64.tar.gz"
0 commit comments