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.
1 parent 695dc8e commit ef09c81Copy full SHA for ef09c81
ci/images/setup.sh
@@ -22,7 +22,7 @@ case "$1" in
22
COMPONENTS=1
23
;;
24
java9)
25
- JDK_URL=https://github.com/AdoptOpenJDK/openjdk9-binaries/releases/download/jdk-9.0.4%2B11/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
+ JDK_URL=https://github.com/AdoptOpenJDK/openjdk9-binaries/releases/download/jdk-9%2B181/OpenJDK9U-jdk_x64_linux_hotspot_9_181.tar.gz
26
COMPONENTS=2
27
28
java10)
0 commit comments