We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf610d1 commit 44d4870Copy full SHA for 44d4870
ci/images/get-jdk-url.sh
@@ -3,7 +3,7 @@ set -e
3
4
case "$1" in
5
java8)
6
- echo "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u292b10.tar.gz"
+ echo "https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz"
7
;;
8
*)
9
echo $"Unknown java version"
0 commit comments