mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Indent.
This commit is contained in:
parent
f677b06901
commit
b864ea5ded
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class RemoteDependencyData @Inject constructor(val executors: KobaltExecutors, v
|
||||||
GraphUtil.displayGraph(it.compileDependencies,
|
GraphUtil.displayGraph(it.compileDependencies,
|
||||||
{dd: DependencyData -> dd.children },
|
{dd: DependencyData -> dd.children },
|
||||||
{dd: DependencyData, indent: String ->
|
{dd: DependencyData, indent: String ->
|
||||||
println(indent + dd.id + " " + (if (! dd.isLatest) "(old)" else ""))
|
println(" " + indent + dd.id + " " + (if (! dd.isLatest) "(old)" else ""))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue