api / org.gradle.api / Project / createAntBuilder

createAntBuilder

abstract fun createAntBuilder(): AntBuilder

Creates an additional AntBuilder for this project. You can use this in your build file to execute ant tasks.

Return
Creates an AntBuilder for this project. Never returns null.

See Also
#getAnt()