From 7a36a6f9ea66215dcf6c0b7b117fbefd36376844 Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Sat, 11 Jan 2020 16:56:04 -0800 Subject: [PATCH] Add test sources to scriptedUnpublished/watchTriggers --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 5bce8da6e..04d2f5f7c 100644 --- a/build.sbt +++ b/build.sbt @@ -1210,6 +1210,7 @@ def otherRootSettings = scriptedUnpublished := scriptedUnpublishedTask.evaluated, scriptedSource := (sourceDirectory in sbtProj).value / "sbt-test", watchTriggers in scripted += scriptedSource.value.toGlob / **, + watchTriggers in scriptedUnpublished += scriptedSource.value.toGlob / **, scriptedLaunchOpts := List("-Xmx1500M", "-Xms512M", "-server") ::: (sys.props.get("sbt.ivy.home") match { case Some(home) => List(s"-Dsbt.ivy.home=$home")