1
0
Fork 0
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:
evanchooly 2015-10-06 22:15:46 -04:00
parent bfc30dda3c
commit 39102cd3f3

View file

@ -3,7 +3,7 @@ import com.beust.kobalt.plugin.packaging.assemble
{{imports}}
{{#properties}}
val {{first}} = {{second}}
val {{first}} = "{{second}}"
{{/properties}}
val p = {{directive}} {