Skip to content

Commit f97b59f

Browse files
authored
Merge pull request #507 from tonihele/feature/jdk-update
Latest JDK 17
2 parents cd2fb05 + 5169598 commit f97b59f

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.6"
15-
jdk_build_version="10"
14+
jdk_version="0.7"
15+
jdk_build_version="7"
1616
platforms=( "x64_linux" "x86-32_windows" "x64_windows" "x64_mac" )
1717

1818
# DEPRECATED (not required anymore)

0 commit comments

Comments
 (0)