summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index e74d8c2f1d..dcc4e40d6b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -87,7 +87,8 @@ lazy val commonSettings = Seq[Setting[_]](
classDirectory in Compile := buildDirectory.value / "quick/classes" / thisProject.value.id,
// given that classDirectory is overriden to be _outside_ of target directory, we have
// to make sure its being cleaned properly
- cleanFiles += (classDirectory in Compile).value
+ cleanFiles += (classDirectory in Compile).value,
+ fork in run := true
)
// disable various tasks that are not needed for projects that are used