Skip to content

Commit

Permalink
#2042 Include cloner app in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed May 31, 2021
1 parent 0abb682 commit 793c4cc
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 @@ -85,7 +85,7 @@ lazy val thehive = (project in file("."))
(thehiveFrontend / gruntDev).value
(Compile / run).evaluated
},
discoveredMainClasses in Compile := Seq("play.core.server.ProdServerStart", "org.thp.thehive.migration.Migrate"),
discoveredMainClasses in Compile := Seq("play.core.server.ProdServerStart", "org.thp.thehive.migration.Migrate", "org.thp.thehive.cloner.Cloner"),
mainClass in (Compile, bashScriptDefines) := None,
makeBashScripts ~= {
_.map {
Expand Down

0 comments on commit 793c4cc

Please sign in to comment.