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 2643989 commit 7b37978Copy full SHA for 7b37978
1 file changed
project/BuildSettings.scala
@@ -183,6 +183,7 @@ object BuildSettings {
183
case x if x.endsWith(".types") => MergeStrategy.first
184
case x if x.contains("netty") => MergeStrategy.first
185
case x if x.endsWith("NOTICE") => MergeStrategy.rename
186
+ case x if x.contains("LICENSE") => MergeStrategy.rename
187
case x =>
188
val oldStrategy = (assembly / assemblyMergeStrategy).value
189
oldStrategy(x)
0 commit comments