Commit 163e2d3 1 parent 950736b commit 163e2d3 Copy full SHA for 163e2d3
File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " com.github.spotbugs" version " 1.4 "
2
+ id " com.github.spotbugs" version " 1.5 "
3
3
}
4
4
5
5
apply from : " $rootDir /gradle/checkstyle.gradle"
@@ -86,5 +86,4 @@ apply from: "$rootDir/gradle/jigsaw.gradle"
86
86
spotbugs {
87
87
effort = " max"
88
88
reportLevel = " high"
89
- toolVersion ' 3.1.0-RC6'
90
89
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " com.github.spotbugs" version " 1.4 "
2
+ id " com.github.spotbugs" version " 1.5 "
3
3
}
4
4
5
5
apply from : " $rootDir /gradle/checkstyle.gradle"
@@ -56,5 +56,4 @@ apply from: "$rootDir/gradle/jigsaw.gradle"
56
56
spotbugs {
57
57
effort = " max"
58
58
reportLevel = " high"
59
- toolVersion ' 3.1.0-RC6'
60
59
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " com.github.spotbugs" version " 1.4 "
2
+ id " com.github.spotbugs" version " 1.5 "
3
3
}
4
4
5
5
apply from : " $rootDir /gradle/checkstyle.gradle"
@@ -45,5 +45,4 @@ apply from: "$rootDir/gradle/jigsaw.gradle"
45
45
spotbugs {
46
46
effort = " max"
47
47
reportLevel = " high"
48
- toolVersion ' 3.1.0-RC6'
49
48
}
You can’t perform that action at this time.
0 commit comments