From 793c4cc00ff1eab35352b13eaf6b206da7ac3ef2 Mon Sep 17 00:00:00 2001 From: To-om Date: Mon, 31 May 2021 10:34:21 +0200 Subject: [PATCH] #2042 Include cloner app in packages --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97bf2e5b5b..1ee88557f6 100644 --- a/build.sbt +++ b/build.sbt @@ -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 {