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.14
4.6.14
Created 06 May 2024.
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.14"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.fizzpod:gradle-sweeney-plugin:4.6.14") } } apply(plugin = "com.fizzpod.sweeney")
- Applying plugins to all subprojects .