Skip to content

Commit 467528f

Browse files
committed
fix java 11 build
1 parent 5a93e13 commit 467528f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ checkstyle.toolVersion = "8.8"
1717

1818
if (JavaVersion.current().isJava11Compatible()) {
1919
jacoco.toolVersion = "0.8.2-SNAPSHOT"
20+
javadoc.failOnError = false
2021
}
2122

2223
compileJava.dependsOn(processResources)

0 commit comments

Comments
 (0)