Browse Source

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

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