Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Published JAR files contain invalid Class-Path entry in manifest #66

Closed
kawamuray opened this issue Sep 14, 2020 · 0 comments
Closed

Published JAR files contain invalid Class-Path entry in manifest #66

kawamuray opened this issue Sep 14, 2020 · 0 comments

Comments

@kawamuray
Copy link
Member

$ cat META-INF/MANIFEST.MF   
Manifest-Version: 1.0
Class-Path: client-0.0.40-SNAPSHOT.jar common-0.0.40-SNAPSHOT.jar micr
 ometer-core-1.5.1.jar protocol-0.0.40-SNAPSHOT.jar kafka-clients-2.4.
 0.jar HdrHistogram-2.1.12.jar LatencyUtils-2.0.3.jar protobuf-java-3.
 3.0.jar zstd-jni-1.4.3-1.jar lz4-java-1.6.0.jar snappy-java-1.1.7.3.j
 ar slf4j-api-1.7.28.jar

This is due to the gradle shadow jar plugin that we use to build our release jars, but for now there's no easy workaround.
Related: GradleUp/shadow#324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant