edu.buffalo.cse.maybe
Owner: xcv58
Maybe Plugin!
https://github.com/blue-systems-group/project.maybe.maybe-gradle-plugin
Sources: https://github.com/blue-systems-group/project.maybe.maybe-gradle-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 .