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/openjdk15-binaries/releases/download/jdk-15.0.2%2B7/OpenJDK15U-jdk_x64_linux_hotspot_15.0.2_7.tar.gz"
1313 ;;
1414 java16)
15- echo " https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk16-2021-03-09-12-41 /OpenJDK16-jdk_x64_linux_hotspot_2021-03-09-12-41 .tar.gz"
15+ echo " https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16%2B36 /OpenJDK16-jdk_x64_linux_hotspot_16_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 15 version in CI image"
2222 ;;
2323 java16)
24- BASE_URL=" https://api.adoptopenjdk.net/v3/assets/feature_releases/16/ea "
24+ BASE_URL=" https://api.adoptopenjdk.net/v3/assets/feature_releases/16/ga "
2525 ISSUE_TITLE=" Upgrade Java 16 version in CI image"
2626 ;;
2727 * )
You can’t perform that action at this time.
0 commit comments