frankvicky commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661398712
At the source code root, you need to complete the `build` or `releaseTarGz` at least first. This will generate a `dependant-libs-2.13.15` directory. Currently, only `core` and `tools` use `releaseOnly`. The `copyDependantLibs` tasks for these two modules will copy the `releaseOnly` dependencies to `dependant-libs-2.13.15`. Therefore, when running tool scripts under the source code root, it will find two `slf4-impl` jars. So this is indeed a dev-specific issue. -- 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