Search Gradle plugins

Version 0.8.20181027075058

0.8.20181027075058

Created 27 October 2018.

Access to az command line client from Gradle to manage Google Cloud clusters.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.rmee.gcloud") version "0.8.20181027075058"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.github.rmee:gcloud:0.8.20181027075058")
      }
    }
    
    apply(plugin = "com.github.rmee.gcloud")
  • Applying plugins to all subprojects .