Open zencodeuk opened 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
I found a way round this for now
atsign: @
email: 'bob@atsign@bob.com, mike@atsign@mike.com'
eg
email: 'bob@bob.com, mike@mike.com'
results in
`
How do we escape this? Thanks in advance