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 8548f1a commit 2376d7cCopy full SHA for 2376d7c
ci/scripts/detect-jdk-updates.sh
@@ -10,7 +10,7 @@ trap 'report_error $? $LINENO' ERR
10
case "$JDK_VERSION" in
11
java8)
12
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=8"
13
- ISSUE_TITLE="Upgrade Java 8 version in CI image"
+ ISSUE_TITLE="Upgrade Java 8 version in CI image and .sdkmanrc"
14
;;
15
java11)
16
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=11"
0 commit comments