mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
parent
5dd11e22e5
commit
b8194acd09
1 changed files with 8 additions and 4 deletions
|
@ -104,10 +104,14 @@ class DependencyManager2 @Inject constructor(val aether: KobaltAether) {
|
|||
//
|
||||
var i = 0
|
||||
ids.forEach {
|
||||
if (it.isMaven) {
|
||||
val resolved = aether.resolveAll(it.id, filterScopes = scopeFilters)
|
||||
.map { create(it.toString(), project.directory) }
|
||||
i++
|
||||
result.addAll(resolved)
|
||||
} else {
|
||||
result.add(it)
|
||||
}
|
||||
}
|
||||
|
||||
result.addAll(nonMavenDependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue