com.fizzpod.sweeney
Owner: andy.j.dunn
Gradle plugin providing ability to enforce build rules.
https://github.com/boxheed/gradle-sweeney-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.fizzpod.sweeney") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.fizzpod:gradle-sweeney-plugin:0.1.1") } } apply(plugin = "com.fizzpod.sweeney")
- Applying plugins to all subprojects .