FrankYang0529 commented on code in PR #19217: URL: https://github.com/apache/kafka/pull/19217#discussion_r2002207794
########## build.gradle: ########## @@ -1972,6 +1974,11 @@ project(':clients:clients-integration-tests') { testImplementation libs.slf4jApi testImplementation project(':test-common:test-common-internal-api') testImplementation project(':test-common:test-common-runtime') + testImplementation project(':metadata') + testImplementation project(':server') + testImplementation project(':storage') + testImplementation project(':core').sourceSets.test.output + testImplementation project(':clients').sourceSets.test.output Review Comment: Updated it. Thanks. -- 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