Explorar o código

fix issue #1366 (Javadoc not built for jme3-examples)

Stephen Gold %!s(int64=4) %!d(string=hai) anos
pai
achega
153e3e8370
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      jme3-examples/gradle.properties

+ 3 - 3
jme3-examples/gradle.properties

@@ -1,5 +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
+
+# Build javadoc per Github issue #1366
+buildJavaDoc = true