mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
New syntax for build templates.
This commit is contained in:
parent
0885fb3e4a
commit
358d25d57c
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ import com.beust.kobalt.plugin.packaging.*
|
||||||
import com.beust.kobalt.plugin.application.*
|
import com.beust.kobalt.plugin.application.*
|
||||||
{{imports}}
|
{{imports}}
|
||||||
|
|
||||||
val repos = repos({{{repositories}}})
|
val bs = buildScript {
|
||||||
|
repos({{{repositories}}})
|
||||||
|
}
|
||||||
|
|
||||||
{{#properties}}
|
{{#properties}}
|
||||||
val {{first}} = "{{second}}"
|
val {{first}} = "{{second}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue