chia7712 commented on code in PR #18918:
URL: https://github.com/apache/kafka/pull/18918#discussion_r1976427462


##########
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:
   > as it is always included.
   
   Maybe we can remove whole `from (configurations.releaseOnly)` from the 
`copyDependantLibs` as tools' `dependant-libs` is always included



-- 
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

Reply via email to