Search Gradle plugins

Version 0.0.7 (latest)

0.0.7

Created 20 January 2016.

Maybe Plugin!

Add this plugin to your build using the plugins DSL:

plugins {
  id("edu.buffalo.cse.maybe") version "0.0.7"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("edu.buffalo.cse.maybe:MaybePlugin:0.0.7")
      }
    }
    
    apply(plugin = "edu.buffalo.cse.maybe")
  • Applying plugins to all subprojects .