瀏覽代碼

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

Stephen Gold 4 年之前
父節點
當前提交
153e3e8370
共有 1 個文件被更改,包括 3 次插入3 次删除
  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