Yunyung commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1977013530
########## build.gradle: ########## @@ -1075,7 +1075,6 @@ project(':core') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } - from (configurations.releaseOnly) Review Comment: Done. Work as expected. ``` $ ./gradlew clean systemTestLibs --- snip --- $ sudo find * -name "log4j-slf4j-impl-*.jar" core/build/dependant-testlibs/log4j-slf4j-impl-2.24.1.jar tools/build/dependant-libs-2.13.15/log4j-slf4j-impl-2.24.1.jar $ bin/kafka-storage.sh -h usage: kafka-storage [-h] {info,format,version-mapping,feature-dependencies,random-uuid} ... --- snip --- ``` -- 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