File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ spotbugs {
2323 // https://spotbugs.readthedocs.io/en/latest/detectors.html#findreturnref
2424 ' FindReturnRef' ,
2525 ]
26+ // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
27+ toolVersion = ' 4.9.3'
2628}
2729tasks. named(' spotbugsTest' ) {
2830 enabled = false
Original file line number Diff line number Diff line change @@ -102,4 +102,6 @@ p2deps {
102102spotbugs {
103103 // LOW|MEDIUM|DEFAULT|HIGH (low = sensitive to even minor mistakes).
104104 reportLevel = com.github.spotbugs.snom.Confidence . valueOf(' LOW' )
105+ // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
106+ toolVersion = ' 4.9.3'
105107}
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ dependencies {
138138spotbugs {
139139 // LOW|MEDIUM|DEFAULT|HIGH (low = sensitive to even minor mistakes).
140140 reportLevel = com.github.spotbugs.snom.Confidence . valueOf(' LOW' )
141+ // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
142+ toolVersion = ' 4.9.3'
141143}
142144
143145apply from : rootProject. file(' gradle/special-tests.gradle' )
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ dependencies {
2727spotbugs {
2828 // LOW|MEDIUM|DEFAULT|HIGH (low = sensitive to even minor mistakes).
2929 reportLevel = com.github.spotbugs.snom.Confidence . valueOf(' HIGH' )
30+ // TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
31+ toolVersion = ' 4.9.3'
3032}
3133
3234apply from : rootProject. file(' gradle/special-tests.gradle' )
You can’t perform that action at this time.
0 commit comments