Skip to content

Commit 163e2d3

Browse files
iloveeclipseKengoTODA
authored andcommitted
Removed toolVersion from spotbugs tasks
1 parent 950736b commit 163e2d3

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

spotbugs-annotations/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.github.spotbugs" version "1.4"
2+
id "com.github.spotbugs" version "1.5"
33
}
44

55
apply from: "$rootDir/gradle/checkstyle.gradle"
@@ -86,5 +86,4 @@ apply from: "$rootDir/gradle/jigsaw.gradle"
8686
spotbugs {
8787
effort = "max"
8888
reportLevel = "high"
89-
toolVersion '3.1.0-RC6'
9089
}

spotbugs-ant/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.github.spotbugs" version "1.4"
2+
id "com.github.spotbugs" version "1.5"
33
}
44

55
apply from: "$rootDir/gradle/checkstyle.gradle"
@@ -56,5 +56,4 @@ apply from: "$rootDir/gradle/jigsaw.gradle"
5656
spotbugs {
5757
effort = "max"
5858
reportLevel = "high"
59-
toolVersion '3.1.0-RC6'
6059
}

test-harness/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.github.spotbugs" version "1.4"
2+
id "com.github.spotbugs" version "1.5"
33
}
44

55
apply from: "$rootDir/gradle/checkstyle.gradle"
@@ -45,5 +45,4 @@ apply from: "$rootDir/gradle/jigsaw.gradle"
4545
spotbugs {
4646
effort = "max"
4747
reportLevel = "high"
48-
toolVersion '3.1.0-RC6'
4948
}

0 commit comments

Comments
 (0)