You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run sbt -verbose clean assembly it appears that sbt-assembly omits the multi-release versions of the classes:
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?
The text was updated successfully, but these errors were encountered:
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: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?
The text was updated successfully, but these errors were encountered: