File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ case "$1" in
15
15
echo " https://github.com/bell-sw/Liberica/releases/download/18.0.2.1+1/bellsoft-jdk18.0.2.1+1-linux-amd64.tar.gz"
16
16
;;
17
17
java19)
18
- echo " https://github.com/adoptium/temurin19-binaries/ releases/download/jdk19-2022-09-06-18-04-beta/OpenJDK19U-jdk_x64_linux_hotspot_2022-09-06-18-04 .tar.gz"
18
+ echo " https://github.com/bell-sw/Liberica/ releases/download/19+37/bellsoft-jdk19+37-linux-amd64 .tar.gz"
19
19
;;
20
20
* )
21
21
echo $" Unknown java version"
Original file line number Diff line number Diff line change @@ -374,6 +374,12 @@ jobs:
374
374
params :
375
375
<< : *github-task-params
376
376
JDK_VERSION : java18
377
+ - task : detect-jdk19-update
378
+ image : ci-image
379
+ file : git-repo/ci/tasks/detect-jdk-updates.yml
380
+ params :
381
+ << : *github-task-params
382
+ JDK_VERSION : java19
377
383
- name : detect-ubuntu-image-updates
378
384
plan :
379
385
- get : git-repo
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ case "$JDK_VERSION" in
24
24
BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=18"
25
25
ISSUE_TITLE=" Upgrade Java 18 version in CI image"
26
26
;;
27
+ java19)
28
+ BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=19"
29
+ ISSUE_TITLE=" Upgrade Java 19 version in CI image"
30
+ ;;
27
31
* )
28
32
echo $" Unknown java version"
29
33
exit 1;
You can’t perform that action at this time.
0 commit comments