Răsfoiți Sursa

JDK 9 causes gradelw build to fail. (#1738)

* JDK 9 causes gradelw build to fail.

Fixing documentation.

* Add JDK 10

Adjust wording for context.
FeralBytes 6 ani în urmă
părinte
comite
0de332c224
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      development/compiling/compiling_for_android.rst

+ 1 - 1
development/compiling/compiling_for_android.rst

@@ -28,7 +28,7 @@ For compiling under Windows, Linux or macOS, the following is required:
 -  Android build tools version 19.1
 -  Android build tools version 19.1
 -  Android NDK r13 or later
 -  Android NDK r13 or later
 -  Gradle (will be downloaded and installed automatically if missing)
 -  Gradle (will be downloaded and installed automatically if missing)
--  JDK 6 or later (either OpenJDK or Oracle JDK) - JDK 9 is untested as of now
+-  JDK 6 or later (either OpenJDK or Oracle JDK) - JDK 9 & 10 do not work with current Gradle.
 
 
 Setting up the buildsystem
 Setting up the buildsystem
 --------------------------
 --------------------------