mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -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) {
|
||||
project.testsDependOnProjects.forEach { p ->
|
||||
project.testsDependOn.forEach { p ->
|
||||
val otherDependencies = calculateDependencies(p, context, dependencyFilter, scopes)
|
||||
result.addAll(otherDependencies)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue