poom-kitti commented on PR #18018:
URL: https://github.com/apache/kafka/pull/18018#issuecomment-2637629283
@dejan2609 Hello, could you please help check whether if you create a new
Gradle project and declaring the published snapshot version of Kafka clients as
dependencies, would Gradle knows about the runtime dependencies (i.e., zstd,
lz4, snappy, slf4jApi)?
E.g.,
```
repositories {
mavenLocal()
}
dependencies {
implementation 'org.apache.kafka:kafka-clients:4.1.0-SNAPSHOT'
}
```
If I understand correctly, Gradle will check the module metadata
`kafka-clients-4.1.0-SNAPSHOT.module` instead of POM file, and since there is
no
[`dependencies`](https://github.com/gradle/gradle/blob/v8.8.0/platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md#dependencies-value),
it would not know about the runtime dependencies and will not be 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]