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 @@ -6,7 +6,7 @@ case "$1" in
6
6
echo " https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
7
7
;;
8
8
java20)
9
- echo " https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin .tar.gz"
9
+ echo " https://github.com/bell-sw/Liberica/releases/download/20+37/bellsoft-jdk20+37-linux-amd64 .tar.gz"
10
10
;;
11
11
* )
12
12
echo $" Unknown java version"
Original file line number Diff line number Diff line change @@ -282,6 +282,12 @@ jobs:
282
282
params :
283
283
<< : *github-task-params
284
284
JDK_VERSION : java17
285
+ - task : detect-jdk20-update
286
+ image : ci-image
287
+ file : git-repo/ci/tasks/detect-jdk-updates.yml
288
+ params :
289
+ << : *github-task-params
290
+ JDK_VERSION : java20
285
291
- name : detect-ubuntu-image-updates
286
292
plan :
287
293
- get : git-repo
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ case "$JDK_VERSION" in
12
12
BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=17"
13
13
ISSUE_TITLE=" Upgrade Java 17 version in CI image and .sdkmanrc"
14
14
;;
15
+ java20)
16
+ BASE_URL=" https://api.bell-sw.com/v1/liberica/releases?version-feature=20"
17
+ ISSUE_TITLE=" Upgrade Java 20 version in CI image"
18
+ ;;
15
19
* )
16
20
echo $" Unknown java version"
17
21
exit 1;
You can’t perform that action at this time.
0 commit comments