gradle.properties 164 B

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