Sfoglia il codice sorgente

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

Stephen Gold 4 anni fa
parent
commit
153e3e8370
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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