1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Build fix.

This commit is contained in:
Cedric Beust 2017-03-24 13:54:45 -07:00
parent 583c489632
commit 37200ffcf2

View file

@ -238,7 +238,7 @@ class DependencyManager @Inject constructor(val executors: KobaltExecutors,
} }
if (isTest) { if (isTest) {
project.testsDependOnProjects.forEach { p -> project.testsDependOn.forEach { p ->
val otherDependencies = calculateDependencies(p, context, dependencyFilter, scopes) val otherDependencies = calculateDependencies(p, context, dependencyFilter, scopes)
result.addAll(otherDependencies) result.addAll(otherDependencies)
} }