mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Better message when a dependency can't be resolved.
This commit is contained in:
parent
e6efdc2f75
commit
3ac313b7bf
4 changed files with 14 additions and 10 deletions
|
@ -160,7 +160,7 @@ class DownloadTest @Inject constructor(
|
|||
@Test
|
||||
fun variablesShouldBeExpanded() {
|
||||
val dep = dependencyManager.createMaven("org.mapdb:mapdb:3.0.0-M3")
|
||||
val closure = dependencyManager.transitiveClosure(listOf(dep))
|
||||
val closure = dependencyManager.transitiveClosure(listOf(dep), "<testProject>")
|
||||
val d = closure.filter { it.id.contains("eclipse-collections-api")}
|
||||
Assert.assertEquals(d.size, 1)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue