Skip to content

Commit

Permalink
suppress javadoc lint warning (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
sv99 committed Jul 26, 2023
1 parent 772646f commit da6ed0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,11 @@ subprojects {

tasks.getByPath(':release').dependsOn(publish)
tasks.getByPath(':snapshot').dependsOn(publish)

tasks.withType(Javadoc).tap {
configureEach {
options.addStringOption('Xdoclint:none', '-quiet')
}
}
}
}

0 comments on commit da6ed0f

Please sign in to comment.