Skip to content

Commit

Permalink
Revert "Bump SpotBugs from 4.6.0 to 4.7.0"
Browse files Browse the repository at this point in the history
This reverts commit 101b55e.

The reason is spotbugs/spotbugs#2040
  • Loading branch information
valfirst committed May 9, 2022
1 parent 101b55e commit 5d1cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.0/gradle/vividus-library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ buildscript {
}
apply plugin: com.github.spotbugs.snom.SpotBugsPlugin
ext {
spotbugsVersion = '4.7.0'
spotbugsVersion = '4.6.0'
}
spotbugs.toolVersion = spotbugsVersion
tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
Expand Down

0 comments on commit 5d1cae6

Please # to comment.