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 3baf782 + dd2ed72 commit 0bc4567Copy full SHA for 0bc4567
ci/images/setup.sh
@@ -26,7 +26,7 @@ case "$1" in
26
java10)
27
JDK_URL=https://github.com/AdoptOpenJDK/openjdk10-releases/releases/download/jdk-10.0.2%2B13/OpenJDK10_x64_Linux_jdk-10.0.2.13.tar.gz
28
;;
29
- jav11)
+ java11)
30
JDK_URL=https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.1%2B13/OpenJDK11U-jdk_x64_linux_hotspot_11.0.1_13.tar.gz
31
32
*)
0 commit comments