We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0bde9 commit 11dc95fCopy full SHA for 11dc95f
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java-library'
3
id 'checkstyle'
4
id 'jacoco'
5
- id "com.github.spotbugs" version "6.0.7"
+ id "com.github.spotbugs" version "5.0.14"
6
id 'maven-publish'
7
id 'signing'
8
id "io.codearte.nexus-staging" version "0.30.0" // logs into Sonotype OSS and does a "Close" and "Release"
config/spotbugs/spotbugs-exclude.xml
@@ -2,9 +2,6 @@
<Match>
<Bug category="MALICIOUS_CODE" />
</Match>
- <Match>
- <Bug category="CT_CONSTRUCTOR_THROW"/>
- </Match>
9
<Bug pattern="OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE"/>
10
0 commit comments