se.bjurr.violations.violations-gradle-plugin
Owner: Tomas Bjerre
Gradle that will find report files from static code analysis, present and optionally fail the build.
https://github.com/tomasbjerre/violations-gradle-plugin
Sources: https://github.com/tomasbjerre/violations-gradle-plugin
Version 1.26
1.26
Created 30 March 2019.
Gradle that will find report files from static code analysis, present and optionally fail the build.
Add this plugin to your build using the plugins DSL:
plugins {
id("se.bjurr.violations.violations-gradle-plugin") version "1.26"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.se.bjurr.violations:violations-gradle-plugin:1.26") } } apply(plugin = "se.bjurr.violations.violations-gradle-plugin")
- Applying plugins to all subprojects .