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.1.11
Created 08 May 2025.
Add this plugin to your build using theplugins DSL:
plugins { id("com.github.spotbugs") version "6.1.11"}
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.1.11")}
plugins { id("com.github.spotbugs")}
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.1.11") }}apply(plugin = "com.github.spotbugs")