Skip to content

Commit

Permalink
Update project/CelebornBuild.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady authored Nov 6, 2023
1 parent cd2db07 commit 1ad6634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ object MRClientProjects {
case m if m.toLowerCase(Locale.ROOT).endsWith("manifest.mf") => MergeStrategy.discard
// For netty-3.x.y.Final.jar
case m if m.startsWith("META-INF/license/") => MergeStrategy.discard
case m if m == "META-INF/LICENSE" || m == "META-INF/NOTICE" => MergeStrategy.preferProject
case "META-INF/LICENSE" | "META-INF/NOTICE" => MergeStrategy.preferProject
case PathList(ps@_*) if Assembly.isLicenseFile(ps.last) => MergeStrategy.discard
// Drop all proto files that are not needed as artifacts of the build.
case m if m.toLowerCase(Locale.ROOT).endsWith(".proto") => MergeStrategy.discard
Expand Down

0 comments on commit 1ad6634

Please sign in to comment.