chia7712 commented on code in PR #22201:
URL: https://github.com/apache/kafka/pull/22201#discussion_r3185648234
##########
build.gradle:
##########
@@ -1120,6 +1139,7 @@ project(':core') {
implementation libs.re2j
testImplementation project(':clients').sourceSets.test.output
Review Comment:
It would be great if we could remove all references to
`project(':clients').sourceSets.test.output`. We could move the classes used
across modules to the test-fixtures folder. WDYT?
--
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]