BuildAction

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

Functions

Link copied to clipboard
abstract fun execute(controller: BuildController): T
Executes this action and returns the result.