JinwooHwang commented on code in PR #7935:
URL: https://github.com/apache/geode/pull/7935#discussion_r2385610367
##########
build-tools/geode-annotation-processor/build.gradle:
##########
@@ -33,6 +34,8 @@ dependencies {
transitive(false)
}
implementation(gradleApi())
+ // JUnit 4 needed for compatibility with existing Gradle plugin test
infrastructure
+ implementation 'junit:junit:4.13.2'
Review Comment:
Yes, it should. Thank you for catching it @sboorlagadda . Let me fix it
--
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]