Skip to content

Commit

Permalink
fix assembly build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyre-S committed May 9, 2024
1 parent 41da55f commit 254ec2a
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 @@ -74,6 +74,7 @@ lazy val root = (project in file("."))
assemblyMergeStrategy := {
case module if module endsWith "module-info.class" => MergeStrategy.concat
case module_kt if module_kt endsWith ".kotlin_module" => MergeStrategy.concat
case version if (version startsWith "META-INF") && (version endsWith ".versions.properties") => MergeStrategy.concat
case x =>
val oldStrategy = (ThisBuild / assemblyMergeStrategy).value
oldStrategy(x)
Expand Down

0 comments on commit 254ec2a

Please sign in to comment.