Skip to content

Commit

Permalink
Add the redir template to JAR assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed May 15, 2024
1 parent d79ca65 commit 12bd82c
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 @@ -51,6 +51,7 @@ lazy val root = (project in file("."))
case _ => MergeStrategy.discard
}
case PathList("reference.conf") => MergeStrategy.concat
case PathList("redirect_template.html") => MergeStrategy.concat
case _ => MergeStrategy.first
},
assembly / assemblyOutputPath := file("target/assembly/ci-worker-assembly.jar"),
Expand Down

0 comments on commit 12bd82c

Please sign in to comment.