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

Merge pull request #14 from evanchooly/master

import repositories from the pom
This commit is contained in:
Cedric Beust 2015-10-12 12:51:15 -07:00
commit 08fafcff33
6 changed files with 96 additions and 24 deletions

View file

@ -2,6 +2,8 @@ import com.beust.kobalt.*
import com.beust.kobalt.plugin.packaging.assemble
{{imports}}
val repos = repos({{{repositories}}})
{{#properties}}
val {{first}} = "{{second}}"
{{/properties}}