jmonkeyengine/jme3-examples/gradle.properties
Nehon ec7432c90c Added a graddle.properties to je jme-examples project with an override of buildJavaDoc to false, to not generate the javadoc when building from jme-examples
Also added a parameter to enable assertion as executable classes are only in this project anyway.
Removed the global assertion setting as it's only needed in jme-examples.
2015-05-08 15:07:43 +02:00

6 lines
164 B
Properties

# When running this project we don't need javadoc to be built.
buildJavaDoc = false
# We want assertions, because this is the test project.
assertions = true