Remove protocol definitions from Javadoc generation

This commit is contained in:
KingRainbow44 2023-09-02 19:31:58 -04:00
parent d6abb2288d
commit 70ee3ed1a6
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -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') {