Table of Contents
| API Documentation: | GradleBuildInvocationSpec | 
|---|
A specification for launching a Gradle build with a specified Gradle version.
| Property | Description | 
| arguments | The command line arguments (excluding tasks) to invoke the build with. | 
| gradleVersion | The Gradle version to run the build with. Defaults to the current Gradle version of the running build. | 
| projectDir | The “root” directory of the build. Defaults to the current build's root directory. | 
| tasks | The tasks to execute. Defaults to an empty list. |