mirror of https://github.com/sbt/sbt.git
2.10 compatibility
This commit is contained in:
parent
74c07c64a7
commit
eca9ab9bb1
|
|
@ -151,7 +151,7 @@ object Incremental
|
|||
// include any file that depends on included files
|
||||
def recheck(included: Set[File], process: Set[File], excluded: Set[File]): Set[File] =
|
||||
{
|
||||
val newIncludes = (process flatMap dependsOnSrc) ** excluded
|
||||
val newIncludes = (process flatMap dependsOnSrc) intersect excluded
|
||||
if(newIncludes.isEmpty)
|
||||
included
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue