Skip to content

Commit

Permalink
remove unused spotbugs configuration
Browse files Browse the repository at this point in the history
The configuration for the SpotBugs engine currently picked up `com.github.spotbugs:spotbugs:4.7.3`,
in spite of our attempt to explicitly configure `com.github.spotbugs:spotbugs:4.5.2`,
see `gradlew dependencies --configuration spotbugs`.

Signed-off-by: Manfred Hanke <[email protected]>
  • Loading branch information
hankem committed Nov 5, 2023
1 parent 5bf56e9 commit ef4c8f6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ plugins {
id 'com.diffplug.spotless'
}

dependencies {
spotbugs "com.github.spotbugs:spotbugs:${spotbugs.toolVersion.get()}"
}

spotbugs {
toolVersion = '4.5.2'

excludeFilter = rootProject.file('buildSrc/src/main/resources/code_quality/spotbugs-excludes.xml')
}

Expand Down

0 comments on commit ef4c8f6

Please sign in to comment.