Search Gradle plugins
Plugin | Latest Version |
---|---|
com.supcis.remote-build-cacheAdds 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) |
net.idlestate.gradle-gcs-build-cacheA 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) |
de.lancom.genesis.dependency-cacheCaches all dependencies so they can be used by a read only cache. |
2.0.13
(08 April 2023) |
net.idlestate.gradle-redis-build-cacheA Gradle build cache implementation that uses Redis to store the build artifacts |
1.3.0
(23 January 2022) |
com.ridedott.gradle-gcs-build-cacheA 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) |
au.id.jpg.gradle-gcs-build-cacheA 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) |
si.kamino.gradle-gcs-build-cacheA 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) |
com.github.tagantroy.gradle-redis-build-cacheA 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) |
com.github.kohii.s3-gradle-build-cache-pluginA Gradle build cache that uses AWS S3 to store build artifacts |
0.1.0
(26 October 2019) |
com.atkinsondev.object-store-cacheUse an S3-compatible object store as a Gradle build cache backend |
2.1.0
(07 January 2025) |