JinwooHwang commented on code in PR #7930:
URL: https://github.com/apache/geode/pull/7930#discussion_r2372013085
##########
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:
Hi @raboof — I had the same concern but hesitated to act directly, as I
didn’t want to unintentionally disrupt anything. I thought it best to seek an
independent review to ensure we're on solid ground. Appreciate your input!
--
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]