Skip to content

Commit 0e07a04

Browse files
committed
build: Ignore javadoc errors
1 parent 90b3a21 commit 0e07a04

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
@@ -28,6 +28,10 @@ java {
2828
withJavadocJar()
2929
}
3030

31+
javadoc {
32+
failOnError = false
33+
}
34+
3135
publishing {
3236
publications {
3337
maven(MavenPublication) {

0 commit comments

Comments
 (0)