Skip to content

Commit ae0aaf7

Browse files
authored
Add support for Java SE RI 25
1 parent 47103e0 commit ae0aaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/java-se-ri.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function normalize_release_type {
3333
# shellcheck disable=SC2016
3434
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'
3535

36-
for URL_VERSION in '7' '8-MR3' '9' '10' '11' '12' '13' '14' '15' '16' '17' '18' '19' '20' '21' '22' '23' '24'
36+
for URL_VERSION in '7' '8-MR3' '9' '10' '11' '12' '13' '14' '15' '16' '17' '18' '19' '20' '21' '22' '23' '24' '25'
3737
do
3838
download_file "http://jdk.java.net/java-se-ri/${URL_VERSION}" "${TEMP_DIR}/index-${URL_VERSION}.html"
3939
done

0 commit comments

Comments
 (0)