We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dade0f commit 312d3cdCopy full SHA for 312d3cd
build.gradle
@@ -13,6 +13,10 @@ java {
13
// select one version of the Engine:
14
ext.jmeVersion = '3.8.1-stable'
15
16
+tasks.withType(Javadoc).configureEach {
17
+ failOnError = false
18
+}
19
+
20
tasks.withType(JavaCompile).configureEach { // Java compile-time options:
21
options.compilerArgs << '-Xdiags:verbose'
22
options.compilerArgs << '-Xlint:unchecked'
0 commit comments