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.
6 lines
164 B
Properties
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
|