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


##########
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:
   @raboof , would you still like to see it removed?



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