File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ case "$1" in
9
9
echo " https://github.com/bell-sw/Liberica/releases/download/18.0.2.1+1/bellsoft-jdk18.0.2.1+1-linux-amd64.tar.gz"
10
10
;;
11
11
java19)
12
- 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"
12
+ echo " https://github.com/bell-sw/Liberica/ releases/download/19+37/bellsoft-jdk19+37-linux-amd64 .tar.gz"
13
13
;;
14
14
* )
15
15
echo $" Unknown java version"
Original file line number Diff line number Diff line change @@ -312,6 +312,12 @@ jobs:
312
312
params :
313
313
<< : *github-task-params
314
314
JDK_VERSION : java18
315
+ - task : detect-jdk19-update
316
+ image : ci-image
317
+ file : git-repo/ci/tasks/detect-jdk-updates.yml
318
+ params :
319
+ << : *github-task-params
320
+ JDK_VERSION : java19
315
321
- name : detect-ubuntu-image-updates
316
322
plan :
317
323
- get : git-repo
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ case "$JDK_VERSION" in
16
16
BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=18"
17
17
ISSUE_TITLE=" Upgrade Java 18 version in CI image"
18
18
;;
19
+ java19)
20
+ BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=19"
21
+ ISSUE_TITLE=" Upgrade Java 19 version in CI image"
22
+ ;;
19
23
* )
20
24
echo $" Unknown java version"
21
25
exit 1;
You can’t perform that action at this time.
0 commit comments