getProperties

abstract fun getProperties(): Map<String, Any>(source)

Returns a map of input properties for this task. The returned map is unmodifiable, and does not reflect further changes to the task's properties. Trying to modify the map will result in an UnsupportedOperationException being thrown.

Return

The properties.