com.atkinsondev.object-store-cache
Owner: Craig Atkinson
Use an S3-compatible object store as a Gradle build cache backend
https://github.com/craigatk/object-store-cache-plugin
Sources: https://github.com/craigatk/object-store-gradle-cache
Version 1.1.2
1.1.2
Created 26 March 2020.
Use an S3-compatible object store as a Gradle build cache backend
Add this plugin to your build using the plugins DSL:
plugins {
id("com.atkinsondev.object-store-cache") version "1.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.atkinsondev.gradle:object-store-cache-plugin:1.1.2") } } apply(plugin = "com.atkinsondev.object-store-cache")
- Applying plugins to all subprojects .