Kengo TODA
com.github.spotbugs
Owner: Kengo TODA
Performs quality checks on your project's Java source files using SpotBugs and generates reports from these checks
6.0.25
Created 14 October 2024.
Add this plugin to your build using theplugins DSL:
plugins { id("com.github.spotbugs") version "6.0.25"}
See also:
See the relevantdocumentation for more information.
Add this plugin as a dependency to<convention-plugins-build>/build.gradle(.kts)
:
dependencies { implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.0.25")}
plugins { id("com.github.spotbugs")}
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.0.25") }}apply(plugin = "com.github.spotbugs")