api / org.gradle.api.tasks / WriteProperties / properties

properties

open fun properties(properties: MutableMap<String, Any>): Unit

Adds multiple properties to be written to the properties file.

This is a convenience method for calling #property(String, Object) multiple times.

Parameters

properties - Properties to be added

See Also
#property(String, Object)

Since
3.4