mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Add reference to gradle discussion on javadoc options
This commit is contained in:
parent
eb09d0b680
commit
167ccefba6
@ -102,6 +102,7 @@ subprojects {
|
|||||||
// by itself is not added to the options. By adding quiet, both this option and
|
// by itself is not added to the options. By adding quiet, both this option and
|
||||||
// the "value" -quiet is added, separated by a space. This is ok since the javadoc
|
// the "value" -quiet is added, separated by a space. This is ok since the javadoc
|
||||||
// command already adds -quiet, so we are just duplicating it
|
// command already adds -quiet, so we are just duplicating it
|
||||||
|
// see https://discuss.gradle.org/t/add-custom-javadoc-option-that-does-not-take-an-argument/5959
|
||||||
javadoc.options.addStringOption('Xdoclint:all,-missing', '-quiet')
|
javadoc.options.addStringOption('Xdoclint:all,-missing', '-quiet')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user