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.0.0
1.0.0
Created 22 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.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.atkinsondev.gradle:object-store-cache-plugin:1.0.0") } } apply(plugin = "com.atkinsondev.object-store-cache")
- Applying plugins to all subprojects .