Repository: aurora Updated Branches: refs/heads/master 84b9d4a4d -> 7c25ef914
Explicitly declare FindBugs version and effort level. Reviewed at https://reviews.apache.org/r/39630/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7c25ef91 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7c25ef91 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/7c25ef91 Branch: refs/heads/master Commit: 7c25ef91431f3fc546a0770e07a7ac70fb91d565 Parents: 84b9d4a Author: Zameer Manji <[email protected]> Authored: Sun Oct 25 13:39:33 2015 -0700 Committer: Zameer Manji <[email protected]> Committed: Sun Oct 25 13:39:33 2015 -0700 ---------------------------------------------------------------------- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/7c25ef91/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 6c7644e..ca18d6c 100644 --- a/build.gradle +++ b/build.gradle @@ -397,6 +397,11 @@ checkstyle { toolVersion = '6.11.2' } +findbugs { + toolVersion = '3.0.1' + effort = "max" +} + tasks.withType(FindBugs) { reports { xml.enabled = false
