mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Remove protocol definitions from Javadoc generation
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user