Search Gradle plugins

Version 0.0.1

0.0.1

Created 16 September 2018.

Some usefull plugins from PuraVida Software!

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.puravida.gradle.groogle") version "0.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.puravida.gradle:groogle-gradle:0.0.1")
      }
    }
    
    apply(plugin = "com.puravida.gradle.groogle")
  • Applying plugins to all subprojects .