Movatterモバイル変換


[0]ホーム

URL:


Gradle Logo

Search Gradle plugins

Approval confirmation

Approval confirmation

Delete plugin confirmation

To confirm the plugin deletion insert pluginId and author name

Kengo TODA

com.github.spotbugs

PluginId
Author

com.github.spotbugs

Performs quality checks on your project's Java source files using SpotBugs and generates reports from these checks

https://github.com/spotbugs/spotbugs-gradle-plugin

Sources:https://github.com/spotbugs/spotbugs

Version 6.1.11 (latest)

6.1.11

Created 08 May 2025.

A Gradle plugin that runs static bytecode analysis by SpotBugs
Other versions 

Add this plugin to your build using theplugins DSL:

plugins {  id("com.github.spotbugs") version "6.1.11"}

See also:

  • Adding the plugin to build logic for usage in precompiled script plugins.

    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")}
    It can then be applied in the precompiled script plugin:
    plugins {  id("com.github.spotbugs")}
  • The legacy method of plugin application.See the relevantdocumentation for more information.
    buildscript {  repositories {    gradlePluginPortal()  }  dependencies {    classpath("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.1.11")  }}apply(plugin = "com.github.spotbugs")
  • Applying plugins to all subprojects.

[8]ページ先頭

©2009-2025 Movatter.jp