mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-25 10:51:47 +00:00
Remove protocol definitions from Javadoc generation
This commit is contained in:
parent
d6abb2288d
commit
70ee3ed1a6
@ -311,6 +311,8 @@ javadoc {
|
|||||||
// Add this to avoid warning caused by lack of comments in proto generated java files
|
// Add this to avoid warning caused by lack of comments in proto generated java files
|
||||||
options.addStringOption('Xdoclint:none', '-quiet')
|
options.addStringOption('Xdoclint:none', '-quiet')
|
||||||
exclude '**/*.md'
|
exclude '**/*.md'
|
||||||
|
exclude 'src/handbook/**/*.*'
|
||||||
|
exclude 'src/generated/**/*.*'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('injectGitHash') {
|
tasks.register('injectGitHash') {
|
||||||
|
Loading…
Reference in New Issue
Block a user