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) |
|
Settings-level plugin applied in settings.gradle. Configures dependency resolution management with mavenLocal(), mavenCentral(), and an optional private stano-maven repository. Configures local build cache and optional S3 remote build cache (enabled via STANO_BUILD_CACHE_TYPE=s3; configured via STANO_BUILD_CACHE_S3_* variables). Pins the Kotlin JVM plugin to a fixed version and self-pins all com.stano plugins to the version bundled with this plugin. Exposes a buildCacheSettings DSL to customize the S3 cache key prefix. |
0.1.6
(22 June 2026) |
|
Configures Gradle projects for use with Buildless as a drop-in remote cache |
1.0.0-rc2
(15 December 2023) |
|
Integrates Gradle projects with Tuist services including remote build caching and analytics |
0.10.0
(22 April 2026) |
|
Standard configuration for a remote build cache that is pushed to from CI and pulled from everywhere |
0.7.10
(11 June 2026) |
|
Gradle remote build cache backed by AWS S3 |
1.0.0-beta01
(31 January 2025) |
|
Gradle remote build cache backed by Aliyun |
1.0.0
(01 August 2023) |