Skip to content

Commit da6ed0f

Browse files
authored
suppress javadoc lint warning (#3222)
1 parent 772646f commit da6ed0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,11 @@ subprojects {
226226

227227
tasks.getByPath(':release').dependsOn(publish)
228228
tasks.getByPath(':snapshot').dependsOn(publish)
229+
230+
tasks.withType(Javadoc).tap {
231+
configureEach {
232+
options.addStringOption('Xdoclint:none', '-quiet')
233+
}
234+
}
229235
}
230236
}

0 commit comments

Comments
 (0)