| wrapper-directory | Path to the Gradle Wrapper directory | no | — |
| gradle-executable | Path to the Gradle executable | no | — |
| gradle-version | Gradle version to use | no | — |
| build-root-directory | Path to the root directory of the build | no | — |
| arguments | Gradle command line arguments, see gradle --help | no | — |
| wrapper-cache-enabled | Whether caching wrapper installation is enabled or not, default to 'true' | no | — |
| dependencies-cache-enabled | Whether caching dependencies is enabled or not, default to 'false' | no | — |
| dependencies-cache-key | Globs of files to hash in the build root directory, separated by new lines, use best-effort if unset | no | — |
| dependencies-cache-exact | Whether to restore only if exact match, default to 'false' | no | — |
| configuration-cache-enabled | Whether caching build configuration is enabled or not, default to 'false' | no | — |
| configuration-cache-key | Globs of files to hash in the build root directory, separated by new lines, use best-effort if unset | no | — |
| configuration-cache-exact | Whether to restore only if exact match, default to 'false' | no | — |