Skip to content

Commit 9f12431

Browse files
committed
Switch JDK 13 url check to release
1 parent 5058259 commit 9f12431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-jdk-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case "$JDK_VERSION" in
1414
ISSUE_TITLE="Upgrade Java 12 version in CI image"
1515
;;
1616
java13)
17-
BASE_URL="https://api.adoptopenjdk.net/v2/info/nightly/openjdk13"
17+
BASE_URL="https://api.adoptopenjdk.net/v2/info/releases/openjdk13"
1818
ISSUE_TITLE="Upgrade Java 13 version in CI image"
1919
;;
2020
*)

0 commit comments

Comments
 (0)