ConvertYamlAndProperties
ConvertYamlAndProperties copied to clipboard
YAML property with empty value is converted to string "null" in properties file
For example
some-property:
becomes
some-property=null
Expected output
some-property=