Skip to content

Commit fdb1512

Browse files
author
Aritra Roy
committed
Ignore javadoc errors while build
1 parent 0002b25 commit fdb1512

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ allprojects {
1818
url "https://maven.google.com"
1919
}
2020
}
21+
22+
tasks.withType(Javadoc) {
23+
options.addStringOption('Xdoclint:none', '-quiet')
24+
options.addStringOption('encoding', 'UTF-8')
25+
}
2126
}
2227

2328
task clean(type: Delete) {

0 commit comments

Comments
 (0)