Skip to content

Commit e52c2a7

Browse files
authored
Merge pull request #552 from tonihele/feature/java-update
Get new Java 17 version
2 parents 05a50de + 3d46ac8 commit e52c2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jdks/download-jdks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
set -e # Quit on Error
1212

1313
jdk_major_version="17"
14-
jdk_version="0.8.1"
15-
jdk_build_version="1"
14+
jdk_version="0.9"
15+
jdk_build_version="9"
1616
platforms=( "x64_linux" "x86-32_windows" "x64_windows" "x64_mac" )
1717

1818
# DEPRECATED (not required anymore)

0 commit comments

Comments
 (0)