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


##########
build-tools/geode-repeat-test/build.gradle:
##########
@@ -33,11 +33,15 @@ dependencies {
   implementation(gradleApi())
   implementation('com.google.guava:guava:31.1-jre')
 
+  // Gradle 7.6.6: Dual JUnit support needed because Gradle API internals use 
JUnit 5 while our tests use JUnit 4
+  testImplementation 'junit:junit:4.13.2'

Review Comment:
   I appreciate your advice @sboorlagadda . Your suggestion works much better. 
Fixed it. Thank you.



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