Skip to content

Commit

Permalink
Add merge strategy for okio
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Mar 4, 2024
1 parent 3d715b0 commit 1e54233
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 @@ -903,6 +903,7 @@ lazy val storageAssemblySettings = Seq(
case PathList("akka", "remote", "kamon", xs @ _*) => MergeStrategy.last
case PathList("kamon", "instrumentation", "akka", "remote", xs @ _*) => MergeStrategy.last
case PathList("javax", "annotation", xs @ _*) => MergeStrategy.first
case PathList("META-INF", "okio.kotlin_module") => MergeStrategy.first
case x if x.endsWith("module-info.class") => MergeStrategy.discard
case x =>
val oldStrategy = (assembly / assemblyMergeStrategy).value
Expand Down

0 comments on commit 1e54233

Please sign in to comment.