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 @@ -12,7 +12,7 @@ case "$1" in
12
12
echo " https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
13
13
;;
14
14
java20)
15
- echo " https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin .tar.gz"
15
+ echo " https://github.com/bell-sw/Liberica/releases/download/20+37/bellsoft-jdk20+37-linux-amd64 .tar.gz"
16
16
;;
17
17
* )
18
18
echo $" Unknown java version"
Original file line number Diff line number Diff line change @@ -342,6 +342,12 @@ jobs:
342
342
params :
343
343
<< : *github-task-params
344
344
JDK_VERSION : java17
345
+ - task : detect-jdk20-update
346
+ image : ci-image
347
+ file : git-repo/ci/tasks/detect-jdk-updates.yml
348
+ params :
349
+ << : *github-task-params
350
+ JDK_VERSION : java20
345
351
- name : detect-ubuntu-image-updates
346
352
plan :
347
353
- get : git-repo
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ case "$JDK_VERSION" in
20
20
BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=17"
21
21
ISSUE_TITLE=" Upgrade Java 17 version in CI image"
22
22
;;
23
+ java20)
24
+ BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=20"
25
+ ISSUE_TITLE=" Upgrade Java 20 version in CI image"
26
+ ;;
23
27
* )
24
28
echo $" Unknown java version"
25
29
exit 1;
You can’t perform that action at this time.
0 commit comments