Search Gradle plugins

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 .