Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit f3296c6

Browse files
committed
Not failing on javadoc errors
1 parent db2bac4 commit f3296c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ task sourcesJar(type: Jar, dependsOn: classes) {
3333
}
3434

3535
javadoc.destinationDir = file(javadocsDir + "/" + project.name)
36+
javadoc.failOnError = false
3637

3738
publishing {
3839
publications {

0 commit comments

Comments
 (0)