mumrah commented on code in PR #19144: URL: https://github.com/apache/kafka/pull/19144#discussion_r1984053681
########## build.gradle: ########## @@ -1531,15 +1531,15 @@ project(':test-common:test-common-runtime') { } dependencies { - implementation project(':test-common:test-common-internal-api') - implementation project(':clients') - implementation project(':core') - implementation project(':group-coordinator') - implementation project(':metadata') - implementation project(':raft') - implementation project(':server') - implementation project(':server-common') - implementation project(':storage') + api project(':core') Review Comment: Using "api" means consumers of ":test-common:test-common-runtime" don't have to re-declare all these deps. -- 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