Table of Contents
API Documentation: | GradleBuild |
---|
Executes a Gradle build.
Property | Description |
buildFile | Deprecated The build file that should be used for this build. Defaults to |
dir | The project directory for the build. Defaults to the project directory. |
startParameter | The full set of parameters that will be used to execute the build. |
tasks | The tasks that should be executed for this build. |
Note: This property is deprecated and will be removed in the next major version of Gradle.
The build file that should be used for this build. Defaults to build.gradle
in the project directory.
The project directory for the build. Defaults to the project directory.
The full set of parameters that will be used to execute the build.