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