Update Java 19 CI to use Bellsoft Liberica

Closes gh-32289
This commit is contained in:
Andy Wilkinson
2022-09-21 19:44:16 +01:00
parent 9d30a0a5b6
commit 5affcecd24
3 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ case "$JDK_VERSION" in
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=18"
ISSUE_TITLE="Upgrade Java 18 version in CI image"
;;
java19)
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=19"
ISSUE_TITLE="Upgrade Java 19 version in CI image"
;;
*)
echo $"Unknown java version"
exit 1;