mumrah commented on code in PR #19144: URL: https://github.com/apache/kafka/pull/19144#discussion_r1985588765
########## build.gradle: ########## @@ -1960,6 +1960,29 @@ project(':clients') { } } +project(':clients:integration-tests') { + base { + archivesName = "kafka-clients-integration-tests" + } + + dependencies { + testImplementation libs.slf4jApi + testImplementation project(':clients') Review Comment: no, it comes transitively through test-common-runtime -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org