mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28: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}}
|
{{imports}}
|
||||||
|
|
||||||
{{#properties}}
|
{{#properties}}
|
||||||
val {{first}} = {{second}}
|
val {{first}} = "{{second}}"
|
||||||
{{/properties}}
|
{{/properties}}
|
||||||
|
|
||||||
val p = {{directive}} {
|
val p = {{directive}} {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue