mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
the properties need quotes
This commit is contained in:
parent
bfc30dda3c
commit
39102cd3f3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import com.beust.kobalt.plugin.packaging.assemble
|
|||
{{imports}}
|
||||
|
||||
{{#properties}}
|
||||
val {{first}} = {{second}}
|
||||
val {{first}} = "{{second}}"
|
||||
{{/properties}}
|
||||
|
||||
val p = {{directive}} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue