Browse Source

Revert to 11.04+11 to see if this fixes dubious problems

MeFisto94 5 years ago
parent
commit
9befc38e5a
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
 
 jdk_major_version="11"
-jdk_version="0.5"
-jdk_build_version="10"
+jdk_version="0.4"
+jdk_build_version="11"
 platforms=( "x64_linux" "x86-32_windows" "x64_windows" "x64_mac" )
 
 # DEPRECATED (not required anymore)