Search Gradle plugins

Version 1.2.1 (latest)

1.2.1

Created 01 January 2020.

Some usefull plugins from PuraVida Software!

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.puravida.gradle.socialnetwork") version "1.2.1"
}

See also:

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