Skip to content

Commit

Permalink
Try to fix CI error (bad assembly?) (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Aug 16, 2024
1 parent 4e870dc commit 8a9ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lazy val root = (project in file("."))
}
case PathList("reference.conf") => MergeStrategy.concat
case PathList("redirect_template.html") => MergeStrategy.concat
case PathList("sparql", xs @ _*) => MergeStrategy.concat
case PathList("getNanopubsForCategory.rq") => MergeStrategy.concat
case _ => MergeStrategy.first
},
assembly / assemblyOutputPath := file("target/assembly/ci-worker-assembly.jar"),
Expand Down

0 comments on commit 8a9ed0a

Please sign in to comment.