From 9f1243129ca47ccd28821434be5473183127a63f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 19 Sep 2019 08:52:12 +0200 Subject: [PATCH] Switch JDK 13 url check to release --- ci/scripts/detect-jdk-updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/detect-jdk-updates.sh b/ci/scripts/detect-jdk-updates.sh index 4a80971562..c7d0e4f52c 100755 --- a/ci/scripts/detect-jdk-updates.sh +++ b/ci/scripts/detect-jdk-updates.sh @@ -14,7 +14,7 @@ case "$JDK_VERSION" in ISSUE_TITLE="Upgrade Java 12 version in CI image" ;; java13) - BASE_URL="https://api.adoptopenjdk.net/v2/info/nightly/openjdk13" + BASE_URL="https://api.adoptopenjdk.net/v2/info/releases/openjdk13" ISSUE_TITLE="Upgrade Java 13 version in CI image" ;; *)