mirror of https://github.com/sbt/sbt.git
Adapt multi-scope test
This commit is contained in:
parent
5c200d6258
commit
9e92338884
|
|
@ -1,7 +1,7 @@
|
|||
lazy val taskX = taskKey[Set[Int]]("numbers")
|
||||
lazy val filterX = ScopeFilter( inDependencies(ThisProject, transitive=false, includeRoot=false) )
|
||||
|
||||
lazy val filterA: ScopeFilter.ScopeFilter = ScopeFilter(
|
||||
lazy val filterA: ScopeFilter = ScopeFilter(
|
||||
inAggregates( LocalProject(e.id) ),
|
||||
inConfigurations(Compile,Test) || inZeroConfiguration,
|
||||
inTasks(console) || inZeroTask
|
||||
|
|
|
|||
Loading…
Reference in New Issue