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

Commit 2d8d613

Browse files
committed
Not failing on javadoc errors
1 parent 1b56615 commit 2d8d613

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
@@ -31,6 +31,7 @@ task sourcesJar(type: Jar, dependsOn: classes) {
3131
}
3232

3333
javadoc.destinationDir = file(javadocsDir + "/" + project.name)
34+
javadoc.failOnError = false
3435

3536
publishing {
3637
publications {

0 commit comments

Comments
 (0)