api / org.gradle.api.tasks / WriteProperties / <init>

<init>

WriteProperties()

Writes a java.util.Properties in a way that the results can be expected to be reproducible.

There are a number of differences compared to how properties are stored:

Like with java.util.Properties, Unicode characters are escaped when using the default Latin-1 (ISO-8559-1) encoding.

See Also
java.util.Properties#store(OutputStream, String)

Since
3.3