mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Not used.
This commit is contained in:
parent
af5217966f
commit
52fe283583
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class KobaltMavenResolver @Inject constructor(val settings: KobaltSettings,
|
||||||
val rr = resolve(id, scope, filter)
|
val rr = resolve(id, scope, filter)
|
||||||
val children =
|
val children =
|
||||||
rr.root.children.filter {
|
rr.root.children.filter {
|
||||||
filter == null || filter.accept(DefaultDependencyNode(it.dependency), emptyList())
|
filter.accept(DefaultDependencyNode(it.dependency), emptyList())
|
||||||
}.filter {
|
}.filter {
|
||||||
it.dependency.scope != Scope.SYSTEM.scope
|
it.dependency.scope != Scope.SYSTEM.scope
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue