chia7712 commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1966668518
########## build.gradle: ########## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } - from (configurations.releaseOnly) + from (configurations.releaseOnly) { + exclude('log4j-slf4j-impl-*.jar') Review Comment: Have you checked whether there is a path using only the `tool/dependant-lib`? -- 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