org.curioswitch.gradle-gcloud-build-cache-plugin
Owner: Choko
Plugin for using GCP Cloud Storage as the backend for Gradle's build cache
https://github.com/curioswitch/curiostack/tree/master/tools/gradle-plugins/gradle-curiostack-plugin
Sources: https://github.com/curioswitch/curiostack.git
Version 0.0.188-RC10
0.0.188-RC10
Created 08 November 2019.
Plugin for using GCP Cloud Storage as the backend for Gradle's build cache
Add this plugin to your build using the plugins DSL:
plugins {
id("org.curioswitch.gradle-gcloud-build-cache-plugin") version "0.0.188-RC10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.curioswitch.curiostack:gradle-curiostack-plugin:0.0.188-RC10") } } apply(plugin = "org.curioswitch.gradle-gcloud-build-cache-plugin")
- Applying plugins to all subprojects .