api / org.gradle.api / AntBuilder / getProperties

getProperties

abstract fun getProperties(): MutableMap<String, Any>

Returns the properties of the Ant project. This is a live map, you that you can make changes to the map and these changes are reflected in the Ant project.

Return
The properties. Never returns null.