We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a025c85 commit 8d80205Copy full SHA for 8d80205
1 file changed
project/BuildSettings.scala
@@ -182,6 +182,7 @@ object BuildSettings {
182
case x if x.endsWith(".config") => MergeStrategy.first
183
case x if x.endsWith(".types") => MergeStrategy.first
184
case x if x.contains("netty") => MergeStrategy.first
185
+ case x if x.startsWith("META-INF/license/") => MergeStrategy.rename
186
case x if x.endsWith("NOTICE") => MergeStrategy.rename
187
case x =>
188
val oldStrategy = (assembly / assemblyMergeStrategy).value
0 commit comments