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


##########
geode-core/build.gradle:
##########
@@ -410,6 +410,11 @@ dependencies {
   jmhImplementation('org.jctools:jctools-core')
 }
 
+// Exclude legacy doclet that uses removed com.sun.javadoc API (Java 9+)
+compileTestJava {
+  exclude '**/UnitTestDoclet.java'
+}
+

Review Comment:
   I think it would be an improvement, but no blocker



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