Remind ourselves to update .sdkmanrc when upgrading Java

Closes gh-31445
pull/31676/head
Andy Wilkinson 2 years ago
parent 8548f1a1cb
commit 2376d7ced4

@ -10,7 +10,7 @@ trap 'report_error $? $LINENO' ERR
case "$JDK_VERSION" in case "$JDK_VERSION" in
java8) java8)
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=8" BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=8"
ISSUE_TITLE="Upgrade Java 8 version in CI image" ISSUE_TITLE="Upgrade Java 8 version in CI image and .sdkmanrc"
;; ;;
java11) java11)
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=11" BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=11"

Loading…
Cancel
Save