Skip to content

Commit 11dc95f

Browse files
committed
Roll back Spotbugs
1 parent cf0bde9 commit 11dc95f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
id 'checkstyle'
44
id 'jacoco'
5-
id "com.github.spotbugs" version "6.0.7"
5+
id "com.github.spotbugs" version "5.0.14"
66
id 'maven-publish'
77
id 'signing'
88
id "io.codearte.nexus-staging" version "0.30.0" // logs into Sonotype OSS and does a "Close" and "Release"

config/spotbugs/spotbugs-exclude.xml

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<Match>
33
<Bug category="MALICIOUS_CODE" />
44
</Match>
5-
<Match>
6-
<Bug category="CT_CONSTRUCTOR_THROW"/>
7-
</Match>
85
<Match>
96
<Bug pattern="OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE"/>
107
</Match>

0 commit comments

Comments
 (0)