Build Action
An action that executes against a Gradle build and produces a result of type T
.
You can execute a BuildAction
using the action method.
Since
1.8
Parameters
<T>
The type of result produced by this action.
An action that executes against a Gradle build and produces a result of type T
.
You can execute a BuildAction
using the action method.
1.8
The type of result produced by this action.