Skip to content

Commit 3d46ac8

Browse files
committed
Get new Java 17 version
1 parent ccd02d2 commit 3d46ac8

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)