Skip to content

Commit

Permalink
fix assembly merging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Oct 16, 2024
1 parent a0c6025 commit 229310e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Merging.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ object Merging {
case PathList("META-INF", "kotlin-stdlib-common.kotlin_module") => MergeStrategy.first
case PathList("META-INF", "okio.kotlin_module") => MergeStrategy.first
case PathList("META-INF", "versions", "9", "OSGI-INF", "MANIFEST.MF") => MergeStrategy.first
case PathList("META-INF", "license", "LICENSE.mvn-wrapper.txt") => MergeStrategy.first
case PathList("mozilla", "public-suffix-list.txt") => MergeStrategy.first
case "module-info.class" =>
MergeStrategy.discard
Expand Down

0 comments on commit 229310e

Please sign in to comment.