mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -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
|
map.put("properties", properties
|
||||||
.entrySet()
|
.entrySet()
|
||||||
.map({ Pair(mapped.get(it.key), it.value) }))
|
.map({ Pair(mapped.get(it.key), it.value) }))
|
||||||
|
|
||||||
val partition = pom.dependencies.groupBy { it.scope }
|
val partition = pom.dependencies.groupBy { it.scope }
|
||||||
.flatMap { it.value }
|
.flatMap { it.value }
|
||||||
.map { updateVersion(it, mapped) }
|
.map { updateVersion(it, mapped) }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue