Skip to content

Commit 3ffcaa2

Browse files
committed
Bug in findbugs - use earlier tool version
1 parent 578cca4 commit 3ffcaa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jacocoTestReport {
117117
}
118118

119119
findbugs {
120-
toolVersion = "3.+"
120+
toolVersion = "3.0.0" // Bug in 3.0.1 [1374] - wait for 3.0.2
121121
sourceSets = [sourceSets.main]
122122
effort = "max"
123123
reportLevel = "high"

0 commit comments

Comments
 (0)