1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Fix test.

This commit is contained in:
Cedric Beust 2017-04-11 12:18:35 -07:00
parent 52fe283583
commit 46f73ee5e7

View file

@ -54,7 +54,7 @@ class KobaltMavenResolver @Inject constructor(val settings: KobaltSettings,
passedId
}
val collectRequest = createCollectRequest(id)
val collectRequest = createCollectRequest(id, scope, repos)
val dependencyRequest = DependencyRequest(collectRequest, filter)
val result = system.resolveDependencies(session, dependencyRequest)
// GraphUtil.displayGraph(listOf(result.root), { it -> it.children },