From ef09c81ea7563fd1f86f86f2e7720b8c80f8ed12 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 1 Apr 2019 10:47:30 +0100 Subject: [PATCH] Upgrade JDK 9 CI image to JDK 9+181 Closes gh-16400 --- ci/images/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/setup.sh b/ci/images/setup.sh index cbf06c3116f..9cca28058c6 100755 --- a/ci/images/setup.sh +++ b/ci/images/setup.sh @@ -22,7 +22,7 @@ case "$1" in COMPONENTS=1 ;; java9) - 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 COMPONENTS=2 ;; java10)