Skip to content

Commit

Permalink
Update spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Jan 15, 2021
1 parent 1aa9854 commit d5f68f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id "signing"
id "checkstyle"
id "jacoco"
id "com.github.spotbugs" version "2.0.1"
id "com.github.spotbugs" version "4.6.0"
id "io.codearte.nexus-staging" version "0.21.0"
id "me.champeau.gradle.jmh" version "0.4.6"
}
Expand Down Expand Up @@ -210,7 +210,7 @@ subprojects {
// Configure the bug filter for spotbugs.
spotbugs {
effort = "max"
excludeFilterConfig = project.resources.text.fromFile("${project.rootDir}/config/spotbugs/filter.xml")
excludeFilter = file("${project.rootDir}/config/spotbugs/filter.xml")
}
}

Expand Down

0 comments on commit d5f68f7

Please sign in to comment.