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

Multirelease jar dependencies not preserved during assembly #470

Open
c3-adiwadaskar opened this issue Jun 17, 2022 · 0 comments
Open

Multirelease jar dependencies not preserved during assembly #470

c3-adiwadaskar opened this issue Jun 17, 2022 · 0 comments

Comments

@c3-adiwadaskar
Copy link

My sbt project has a dependency which is a multi-release jar (specifically https://mvnrepository.com/artifact/com.sap.cloud.db.jdbc/ngdbc/2.11.17).

When I run sbt -verbose clean assembly it appears that sbt-assembly omits the multi-release versions of the classes:
image

I tried passing the Manifest attribute of "Multi-Release" -> true to the build settings, but this step did not work and those classes were still omitted.

How can I support multi-release dependencies?

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