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.4.4
0.4.4
Created 27 February 2020.
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.4.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.curioswitch.curiostack:gradle-curiostack-plugin:0.4.4") } } apply(plugin = "org.curioswitch.gradle-gcloud-build-cache-plugin")
- Applying plugins to all subprojects .