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.50.9
1.50.9
Created 03 April 2021.
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.50.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.se.bjurr.violations:violations-gradle-plugin:1.50.9") } } apply(plugin = "se.bjurr.violations.violations-gradle-plugin")
- Applying plugins to all subprojects .