mwiktorczyk / gradle-properties-yaml-plugin

MIT License
6 stars 3 forks source link

Escaping @ in a yaml file for non substitution #1

Open zencodeuk opened 7 years ago

zencodeuk commented 7 years ago

eg

email: 'bob@bob.com, mike@mike.com'

results in

`

Failed to apply plugin [id 'pl.softmate.gradle-properties-yaml-plugin'] Cannot get property 'bob.com, mike' on extra properties extension as it does not exist `

How do we escape this? Thanks in advance

zencodeuk commented 7 years ago

I found a way round this for now

atsign: @

email: 'bob@atsign@bob.com, mike@atsign@mike.com'