DonalEvans commented on code in PR #7594:
URL: https://github.com/apache/geode/pull/7594#discussion_r851536969
##########
gradle/java.gradle:
##########
@@ -186,7 +186,7 @@ artifacts {
javadoc {
destinationDir = file("$buildDir/javadoc")
- options.addStringOption('Xdoclint:none', '-quiet')
+ options.addStringOption('Xwerror', '-quiet')
Review Comment:
If in-flight PRs are merged after this change and the build starts failing
as a result of javadocs added by the PR being incorrect, the authors of those
PRs should revert and fix the javadocs, or submit a second PR to fix the broken
javadocs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]