We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47103e0 commit ae0aaf7Copy full SHA for ae0aaf7
bin/java-se-ri.bash
@@ -33,7 +33,7 @@ function normalize_release_type {
33
# shellcheck disable=SC2016
34
REGEX='s/^openjdk-([0-9ub-]{1,}[^_]*)[-_](linux|osx|windows)-(aarch64|x64-musl|x64|i586).*\.(tar\.gz|zip)$/VERSION="$1" OS="$2" ARCH="$3" EXT="$4"/g'
35
36
-for URL_VERSION in '7' '8-MR3' '9' '10' '11' '12' '13' '14' '15' '16' '17' '18' '19' '20' '21' '22' '23' '24'
+for URL_VERSION in '7' '8-MR3' '9' '10' '11' '12' '13' '14' '15' '16' '17' '18' '19' '20' '21' '22' '23' '24' '25'
37
do
38
download_file "http://jdk.java.net/java-se-ri/${URL_VERSION}" "${TEMP_DIR}/index-${URL_VERSION}.html"
39
done
0 commit comments