raboof commented on code in PR #7930:
URL: https://github.com/apache/geode/pull/7930#discussion_r2381292968


##########
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:
   yes, great :+1: 



-- 
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]

Reply via email to