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

Refactor.

This commit is contained in:
Cedric Beust 2015-10-06 06:02:32 -07:00 committed by evanchooly
parent 87d8b8621e
commit cfe4d62c30

View file

@ -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) }