properties

abstract fun properties(properties: Map<String, out Any>): TaskInputs(source)

Registers a set of input properties for this task. See property for details.

Note: do not use the return value to chain calls. Instead always use call via getInputs.

Parameters

properties

The properties.