Skip to content

Commit

Permalink
add spotbugs to build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspayette committed Nov 6, 2024
1 parent 217db89 commit cf18ef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ repositories {
// Use the plugin portal to apply community plugins in convention plugins.
gradlePluginPortal()
}

dependencies {
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.26")
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
plugins {
java
jacoco
id("com.github.spotbugs")
}

repositories {
Expand Down

0 comments on commit cf18ef0

Please sign in to comment.