File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14.0.2_12.tar.gz"
13
13
;;
14
14
java15)
15
- echo " https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15u-2020-09-16-03-01 /OpenJDK15U-jdk_x64_linux_hotspot_2020-09-16-03-01 .tar.gz"
15
+ echo " https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15%2B36 /OpenJDK15U-jdk_x64_linux_hotspot_15_36 .tar.gz"
16
16
;;
17
17
* )
18
18
echo $" Unknown java version"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ case "$JDK_VERSION" in
21
21
ISSUE_TITLE=" Upgrade Java 14 version in CI image"
22
22
;;
23
23
java15)
24
- BASE_URL=" https://api.adoptopenjdk.net/v3/assets/feature_releases/15/ea "
24
+ BASE_URL=" https://api.adoptopenjdk.net/v3/assets/feature_releases/15/ga "
25
25
ISSUE_TITLE=" Upgrade Java 15 version in CI image"
26
26
;;
27
27
* )
You can’t perform that action at this time.
0 commit comments