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.
2 parents 3366e4d + 2376d7c commit fbf6061Copy full SHA for fbf6061
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