Skip to content

Commit 7b37978

Browse files
committed
Configure default assembly strategy to "rename" for all LICENSE files
1 parent 2643989 commit 7b37978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

project/BuildSettings.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ object BuildSettings {
183183
case x if x.endsWith(".types") => MergeStrategy.first
184184
case x if x.contains("netty") => MergeStrategy.first
185185
case x if x.endsWith("NOTICE") => MergeStrategy.rename
186+
case x if x.contains("LICENSE") => MergeStrategy.rename
186187
case x =>
187188
val oldStrategy = (assembly / assemblyMergeStrategy).value
188189
oldStrategy(x)

0 commit comments

Comments
 (0)