Search Gradle plugins

Version 0.1.2-develop-e5c510

0.1.2-develop-e5c510

Created 22 September 2016.

A rich build configuration, shareable across projects

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.danilopianini.build-commons") version "0.1.2-develop-e5c510"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.danilopianini:build-commons:0.1.2-develop-e5c510")
      }
    }
    
    apply(plugin = "org.danilopianini.build-commons")
  • Applying plugins to all subprojects .