Skip to content

Commit

Permalink
Suppress javadoc linting
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Nov 29, 2023
1 parent 17581c7 commit 9f4b726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ tasks.withType(Test).configureEach {
}
}

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

gradlePlugin {
website = 'https://github.com/etiennestuder/gradle-rocker-plugin'
vcsUrl = 'https://github.com/etiennestuder/gradle-rocker-plugin'
Expand Down

0 comments on commit 9f4b726

Please sign in to comment.