mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Build fix.
This commit is contained in:
parent
583c489632
commit
37200ffcf2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue