mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
Add scripted watchTriggers
This allows the scripted test files to trigger a continuous scripted build.
This commit is contained in:
@@ -895,6 +895,7 @@ def otherRootSettings =
|
||||
scripted := scriptedTask.evaluated,
|
||||
scriptedUnpublished := scriptedUnpublishedTask.evaluated,
|
||||
scriptedSource := (sourceDirectory in sbtProj).value / "sbt-test",
|
||||
watchTriggers in scripted += scriptedSource.value.toGlob / **,
|
||||
scriptedLaunchOpts := List("-Xmx1500M", "-Xms512M", "-server"),
|
||||
publishAll := { val _ = (publishLocal).all(ScopeFilter(inAnyProject)).value },
|
||||
publishLocalBinAll := { val _ = (publishLocalBin).all(ScopeFilter(inAnyProject)).value },
|
||||
|
||||
Reference in New Issue
Block a user