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.
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.
The type of result produced by this action.