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 9090spotbugs {
9191 toolVersion = ' 4.9.2'
9292 effort = ' max'
93- reportLevel = ' medium '
93+ reportLevel = ' high '
9494 ignoreFailures = false
9595 excludeFilter = file(' spotbugs-exclude.xml' )
9696}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ java {
118118spotbugs {
119119 toolVersion = ' 4.9.2'
120120 effort = ' max'
121- reportLevel = ' medium '
121+ reportLevel = ' high '
122122 ignoreFailures = false
123123 excludeFilter = file(' spotbugs-exclude.xml' )
124124}
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ java {
186186spotbugs {
187187 toolVersion = ' 4.9.2'
188188 effort = ' max'
189- reportLevel = ' medium '
189+ reportLevel = ' high '
190190 ignoreFailures = false
191191 excludeFilter = file(' spotbugs-exclude.xml' )
192192}
You can’t perform that action at this time.
0 commit comments