Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Adds a remote build cache that is configured via environment variables: - GRADLE_REMOTE_BUILD_CACHE_URL: the base URL for the remote build cache - PUSH_TO_REMOTE_BUILD_CACHE: boolean value whether to push to the remote build cache or to use it only for pulling. (optional, default: false) - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) No remote cache is added if no GRADLE_REMOTE_BUILD_CACHE_URL is set. |
1.1.0
(23 January 2025) |
|
A Gradle build cache implementation that uses Google Cloud Storage (GCS) to store the build artifacts. Since this is a settings plugin the build script snippets below won't work. Please consult the documentation at Github. |
1.3.1
(07 January 2025) |
|
Caches all dependencies so they can be used by a read only cache. |
2.0.13
(08 April 2023) |
|
A Gradle build cache implementation that uses Redis to store the build artifacts |
1.3.0
(23 January 2022) |
|
A Gradle build cache implementation that uses Google Cloud Storage (GCS) to store the build artifacts. Since this is a settings plugin the build script snippets below won't work. Please consult the documentation at Github. |
1.1.0
(18 October 2021) |
|
A Gradle build cache implementation that uses Google Cloud Storage (GCS) to store the build artifacts. Since this is a settings plugin the build script snippets below won't work. Please consult the documentation at Github. |
1.0.1
(13 September 2020) |
|
A Gradle build cache implementation that uses Google Cloud Storage (GCS) to store the build artifacts. Since this is a settings plugin the build script snippets below won't work. Please consult the documentation at Github. |
1.0.2
(06 May 2020) |
|
A Gradle build cache implementation that uses Redis to store the build artifacts. Since this is a settings plugin the build script snippets below won't work. Please consult the documentation at Github. |
0.1.0
(11 December 2019) |
|
A Gradle build cache that uses AWS S3 to store build artifacts |
0.1.0
(26 October 2019) |
|
Allows `OS.getNative()` and `OS.getRunning()` to work with configuration cache |
4.4.1
(15 October 2025) |