mumrah commented on a change in pull request #9986: URL: https://github.com/apache/kafka/pull/9986#discussion_r567956723
########## 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: The existing java test sourceSet referenced the generated sources, so I copied them over. I could try without and see what happens ---------------------------------------------------------------- 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