api / org.gradle.api / AntBuilder / getReferences

getReferences

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

Returns the references 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 references. Never returns null.