Skip to content

Commit

Permalink
update merge strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Feb 20, 2024
1 parent e78d8ce commit 51dfb48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ enablePlugins(JavaAppPackaging)

ThisBuild / assemblyMergeStrategy := {
case "module-info.class" => MergeStrategy.discard
case PathList("META-INF", _*) => MergeStrategy.discard
case x =>
val oldStrategy = (ThisBuild / assemblyMergeStrategy).value
oldStrategy(x)
Expand Down

0 comments on commit 51dfb48

Please sign in to comment.