Skip to content

Commit

Permalink
build: fix sbt assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Nov 15, 2022
1 parent a27bc46 commit af663f3
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 @@ -75,6 +75,7 @@ lazy val importer = project
case foo if foo.contains("org/fusesource") => MergeStrategy.first
case foo if foo.contains("META-INF/native/") => MergeStrategy.first
case foo if foo.contains("scala/annotation") => MergeStrategy.last
case foo if foo.contains("META-INF/sisu/javax.inject.Named") => MergeStrategy.discard
case other => (assembly / assemblyMergeStrategy).value(other)
},
Test / testOptions += Tests.Argument("-P4"),
Expand Down

0 comments on commit af663f3

Please sign in to comment.