chia7712 commented on a change in pull request #9882:
URL: https://github.com/apache/kafka/pull/9882#discussion_r557078930



##########
File path: build.gradle
##########
@@ -241,7 +241,10 @@ subprojects {
     }
   }
 
-  def shouldUseJUnit5 = ["clients", "examples", "log4j-appender", "raft", 
"test-utils", "tools"].contains(it.project.name)
+  // Remove the relevant project name once it's converted to JUnit 5
+  def shouldUseJUnit5 = !(["api", "basic-auth-extension", "connect", "core", 
"file", "generator",
+    "json", "mirror", "mirorr-client", "runtime", "transform", "examples", 
"streams-scala",

Review comment:
       oh, there is another module called ```examples```




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to