Search Gradle plugins

Version 0.9.1 (latest)

0.9.1

Created 13 March 2022.

Plugin for interacting with the gcloud SDK and caching of tools using cloud storage

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.curioswitch.gradle-gcloud-plugin") version "0.9.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.curioswitch.curiostack:gradle-curiostack-plugin:0.9.1")
      }
    }
    
    apply(plugin = "org.curioswitch.gradle-gcloud-plugin")
  • Applying plugins to all subprojects .