nizhikov commented on code in PR #15569:
URL: https://github.com/apache/kafka/pull/15569#discussion_r1535292239
##########
build.gradle:
##########
@@ -1837,6 +1837,8 @@ project(':storage') {
testImplementation project(':clients').sourceSets.test.output
testImplementation project(':core')
testImplementation project(':core').sourceSets.test.output
+ testImplementation project(':server')
+ testImplementation project(':server').sourceSets.test.output
Review Comment:
Tests not required in `storage` module - only main classes. Line 1841 can be
removed.
--
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]