mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Refactor.
This commit is contained in:
parent
87d8b8621e
commit
cfe4d62c30
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ public class ProjectGenerator : KobaltLogger {
|
|||
map.put("properties", properties
|
||||
.entrySet()
|
||||
.map({ Pair(mapped.get(it.key), it.value) }))
|
||||
|
||||
val partition = pom.dependencies.groupBy { it.scope }
|
||||
.flatMap { it.value }
|
||||
.map { updateVersion(it, mapped) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue