You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/03 09:07:45 UTC

[GitHub] [kafka] ijuma commented on a change in pull request #9986: JUnit extensions for integration tests

ijuma commented on a change in pull request #9986:
URL: https://github.com/apache/kafka/pull/9986#discussion_r569242848



##########
File path: build.gradle
##########
@@ -1011,7 +1011,10 @@ project(':core') {
     }
     test {
       java {
-        srcDirs = ["src/generated/java", "src/test/java"]
+        srcDirs = []
+      }
+      scala {
+        srcDirs = ["src/generated/java", "src/test/java", "src/test/scala"]

Review comment:
       Yeah, I don't think we need any of them since the generated classes are in the `clients` module.




----------------------------------------------------------------
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:
users@infra.apache.org