Adapt multi-scope test

This commit is contained in:
Adrien Piquerez 2024-09-10 13:52:38 +02:00
parent 5c200d6258
commit 9e92338884
1 changed files with 1 additions and 1 deletions

View File

@ -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