mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Better --resolve.
This commit is contained in:
parent
f7932840c2
commit
21a34e20aa
1 changed files with 2 additions and 1 deletions
|
@ -28,9 +28,10 @@ class ResolveDependency @Inject constructor(val repoFinder: RepoFinder) {
|
|||
|
||||
val simpleDep = SimpleDep(MavenId(id))
|
||||
val url = repoResult.repoUrl + simpleDep.toJarFile(repoResult)
|
||||
AsciiArt.logBox(listOf(id, url), {s -> println(s) })
|
||||
AsciiArt.logBox(listOf(id, url).map { " $it" }, {s -> println(s) })
|
||||
|
||||
display(root.children)
|
||||
println("")
|
||||
}
|
||||
|
||||
private fun display(nodes: List<Node<Dep>>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue