Abstracts ant tasks defined in plugin, so that unit and integration testing is accomplished more easily through Mocking.
Previously, an ant task was defined in the a gradle *Task.groovy
class, and testing was a pain. This delegates to the same ant builder, but
allows a variable number of arguments to be passed into it's execution.
| Type | Name and description |
|---|---|
void |
execute(groovy.util.AntBuilder ant, java.lang.Object... arguments)Executes an Ant task via AntBuilder |