File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ spotbugs {
9191 toolVersion = ' 4.9.2'
9292 effort = ' max'
9393 reportLevel = ' high'
94- ignoreFailures = false
94+ ignoreFailures = true
9595 excludeFilter = file(' spotbugs-exclude.xml' )
9696}
9797
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ spotbugs {
119119 toolVersion = ' 4.9.2'
120120 effort = ' max'
121121 reportLevel = ' high'
122- ignoreFailures = false
122+ ignoreFailures = true
123123 excludeFilter = file(' spotbugs-exclude.xml' )
124124}
125125
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ spotbugs {
187187 toolVersion = ' 4.9.2'
188188 effort = ' max'
189189 reportLevel = ' high'
190- ignoreFailures = false
190+ ignoreFailures = true
191191 excludeFilter = file(' spotbugs-exclude.xml' )
192192}
193193
You can’t perform that action at this time.
0 commit comments