Ant Builder
An AntBuilder
allows you to use Ant from your build script.
Types
Link copied to clipboard
enum AntMessagePriority
Represents the normal Ant message priorities.
Functions
Link copied to clipboard
Returns this AntBuilder.
Link copied to clipboard
Link copied to clipboard
Returns the Ant message priority that corresponds to the Gradle "lifecycle" log level.
Link copied to clipboard
Returns the properties of the Ant project.
Link copied to clipboard
Link copied to clipboard
Returns the references of the Ant project.
Link copied to clipboard
Imports an Ant build into the associated Gradle project.
Imports an Ant build into the associated Gradle project, specifying the base directory for Gradle tasks that correspond to Ant targets.
Imports an Ant build into the associated Gradle project, potentially providing alternative names for Gradle tasks that correspond to Ant targets.
abstract fun importBuild(antBuildFile: Any, baseDirectory: String, taskNamer: Transformer<out @NotNull String, in String>)
Imports an Ant build into the associated Gradle project, specifying the base directory and potentially providing alternative names for Gradle tasks that correspond to Ant targets.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the Ant message priority that should correspond to the Gradle "lifecycle" log level.
Link copied to clipboard
Link copied to clipboard