mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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.*
|
||||
{{imports}}
|
||||
|
||||
val repos = repos({{{repositories}}})
|
||||
val bs = buildScript {
|
||||
repos({{{repositories}}})
|
||||
}
|
||||
|
||||
{{#properties}}
|
||||
val {{first}} = "{{second}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue