sbt-assembly improvements
Closed this issue · 0 comments
pbassiner commented
- For default case, consider using:
case x =>
val oldStrategy = (assemblyMergeStrategy in assembly).value
oldStrategy(x)
- If using
application.conf
:
case "application.conf" => MergeStrategy.concat
- Avoid creating an assembly jar for the
root
andcommon
projects (using.disablePlugins(AssemblyPlugin)
).