JinwooHwang commented on code in PR #7930:
URL: https://github.com/apache/geode/pull/7930#discussion_r2371990160
##########
build-tools/scripts/src/main/groovy/geode-java.gradle:
##########
@@ -183,7 +192,8 @@ artifacts {
javadoc {
destinationDir = file("$buildDir/javadoc")
- options.addStringOption('Xwerror', '-quiet')
+ // Disabled strict HTML checking for Java 17 compatibility
+ options.addStringOption('Xdoclint:none', '-quiet')
Review Comment:
Thank you for pointing it out @leonfin . We will work on it as part of
https://issues.apache.org/jira/browse/GEODE-10483. Please review it and let me
know if you have any questions or concerns. Thanks.
--
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]