Search Gradle plugins

Version 0.0.1 (latest)

0.0.1

Created 15 December 2016.

NeoMAD tools

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.neomades.neomad") version "0.0.1"
}

See also:

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