Browse Source

Get new Java 17 version

Toni Helenius 1 year ago
parent
commit
3d46ac8050
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jdks/download-jdks.sh

+ 2 - 2
jdks/download-jdks.sh

@@ -11,8 +11,8 @@
 set -e # Quit on Error
 set -e # Quit on Error
 
 
 jdk_major_version="17"
 jdk_major_version="17"
-jdk_version="0.8.1"
-jdk_build_version="1"
+jdk_version="0.9"
+jdk_build_version="9"
 platforms=( "x64_linux" "x86-32_windows" "x64_windows" "x64_mac" )
 platforms=( "x64_linux" "x86-32_windows" "x64_windows" "x64_mac" )
 
 
 # DEPRECATED (not required anymore)
 # DEPRECATED (not required anymore)