Skip to content

Commit 6fc2255

Browse files
committed
Add argument to ignore Javadoc errors.
1 parent 8695e53 commit 6fc2255

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

buildSrc/src/main/groovy/com.google.api-ads.java-conventions.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ java {
4141
withJavadocJar()
4242
}
4343

44+
javadoc {
45+
options.addStringOption('Xdoclint:none', '-quiet')
46+
}
47+
4448
publishing {
4549
publications {
4650
maven(MavenPublication) {

0 commit comments

Comments
 (0)