Skip to content

Commit

Permalink
fix: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Oct 7, 2024
1 parent 185ad78 commit 0459991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metagraph/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ThisBuild / assemblyMergeStrategy := {
case "logback.xml" => MergeStrategy.first
case x if x.contains("io.netty.versions.properties") => MergeStrategy.discard
case PathList(xs @ _*) if xs.last == "module-info.class" => MergeStrategy.first
case x if x.contains("rally-version.properties") => MergeStrategy.concat
case x =>
val oldStrategy = (assembly / assemblyMergeStrategy).value
oldStrategy(x)
Expand Down

0 comments on commit 0459991

Please sign in to comment.