Skip to content

Commit 312d3cd

Browse files
committed
build.gradle: update
1 parent 5dade0f commit 312d3cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ java {
1313
// select one version of the Engine:
1414
ext.jmeVersion = '3.8.1-stable'
1515

16+
tasks.withType(Javadoc).configureEach {
17+
failOnError = false
18+
}
19+
1620
tasks.withType(JavaCompile).configureEach { // Java compile-time options:
1721
options.compilerArgs << '-Xdiags:verbose'
1822
options.compilerArgs << '-Xlint:unchecked'

0 commit comments

Comments
 (0)