We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136e6db commit d4478baCopy full SHA for d4478ba
ci/images/get-jdk-url.sh
@@ -6,7 +6,7 @@ case "$1" in
6
echo "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u322-b06/OpenJDK8U-jdk_x64_linux_hotspot_8u322b06.tar.gz"
7
;;
8
java11)
9
- echo "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.14_9.tar.gz"
+ echo "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.14.1_1.tar.gz"
10
11
*)
12
echo $"Unknown java version"
0 commit comments