Update gradle.properties

experimental
Michael Zuegg 10 years ago
parent a59f017710
commit 5c1fe73530
  1. 4
      gradle.properties

@ -6,10 +6,10 @@ jmeMainVersion = 3.1
jmeVersionTag = snapshot-github
# specify if JavaDoc should be built
buildJavaDoc = false
buildJavaDoc = true
# specify if SDK and Native libraries get built
buildSdkProject = false
buildSdkProject = true
buildNativeProjects = false
# Path to android NDK for building native libraries

Loading…
Cancel
Save