| `GRADLE_IMAGE` | The Docker image used to run Gradle | `gradle:latest` |
| `GRADLE_IMAGE` | The Docker image used to run Gradle <br/>:warning: **set the version required by your project** | `gradle:latest` |
| `GRADLE_CLI_OPTS` | Additional Gradle options used on the command line | `None` |
| `GRADLE_CLI_BIN` | The location of the gradle binary. If you prefer using a [gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) you should override this (for e.g. `gradlew`) | `gradle` |
| `GRADLE_USER_HOME` | The gradle user home | `$CI_PROJECT_DIR/.gradle` |
@@ -257,6 +257,6 @@ publishing {
}
```
## Gitlab compatibility
## GitLab compatibility
:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11