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.experimental
parent
3f3ef99b86
commit
ec7432c90c
@ -0,0 +1,5 @@ |
||||
# 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 |
Loading…
Reference in new issue