| `GRADLE_IMAGE` | The Docker image used to run Gradle <br/>:warning: **set the version required by your project** | `registry.hub.docker.com/library/gradle:latest` |
| `GRADLE_CLI_OPTS` | Additional Gradle options used on the command line | `None` |
@@ -64,7 +64,7 @@ for test jobs dependency reasons.
| `GRADLE_PUBLISH_VERSION` | The value is propagated as gradle properties named `version`. It should be used in your publish task | `${CI_COMMIT_REF_SLUG}-SNAPSHOT` |
| `GRADLE_PUBLISH_ARGS` | The publish task that is invoked | `publish` |