Skip to content

Commit

Permalink
Remove protocol definitions from Javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Sep 2, 2023
1 parent d6abb22 commit 70ee3ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ javadoc {
// Add this to avoid warning caused by lack of comments in proto generated java files
options.addStringOption('Xdoclint:none', '-quiet')
exclude '**/*.md'
exclude 'src/handbook/**/*.*'
exclude 'src/generated/**/*.*'
}

tasks.register('injectGitHash') {
Expand Down

0 comments on commit 70ee3ed

Please sign in to comment.