Skip to content

Commit

Permalink
fix #1695
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Aug 30, 2023
1 parent 82fc26e commit 487d4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otoroshi/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ assemblyMergeStrategy in assembly := {
case PathList(ps @ _*) if ps.contains("jna") => MergeStrategy.first
case PathList(ps @ _*) if ps.contains("findbugsExclude.xml") => MergeStrategy.first
case PathList(ps @ _*) if ps.contains("okio.kotlin_module") => MergeStrategy.first
case path if path.contains("akka/stream") => MergeStrategy.first
case path if path.contains("org/bouncycastle") => MergeStrategy.first
case PathList("javax", xs @ _*) => MergeStrategy.first
case x =>
Expand Down

0 comments on commit 487d4be

Please sign in to comment.