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
1212 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"
1313 ;;
1414 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"
1616 ;;
1717 * )
1818 echo $" Unknown java version"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ case "$JDK_VERSION" in
2121 ISSUE_TITLE=" Upgrade Java 14 version in CI image"
2222 ;;
2323 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 "
2525 ISSUE_TITLE=" Upgrade Java 15 version in CI image"
2626 ;;
2727 * )
You can’t perform that action at this time.
0 commit comments