mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Trim dependencies.
This commit is contained in:
parent
94082e1251
commit
99c5bd560f
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class DependencyManager @Inject constructor(val executors: KobaltExecutors,
|
|||
result.filter { ! isDependencyExcluded(it, project.excludedDependencies) }
|
||||
} else {
|
||||
result
|
||||
}
|
||||
}.toHashSet()
|
||||
val reordered = reorderDependencies(shortResult)
|
||||
return reordered
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue