chia7712 commented on code in PR #21407:
URL: https://github.com/apache/kafka/pull/21407#discussion_r3598755552
##########
build.gradle:
##########
@@ -2491,6 +2527,7 @@ project(':storage') {
testImplementation project(':test-common:test-common-runtime')
testImplementation project(':test-common:test-common-util')
testImplementation project(':server')
+ testImplementation testFixtures(project(':server'))
Review Comment:
We can decouple the storage module from the core module as a follow-up 😆
```
testImplementation project(':core')
testImplementation project(':core').sourceSets.test.output
```
--
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]