Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5124218109 for ; Sun, 25 Oct 2015 20:39:43 +0000 (UTC) Received: (qmail 84515 invoked by uid 500); 25 Oct 2015 20:39:43 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 84480 invoked by uid 500); 25 Oct 2015 20:39:43 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 84471 invoked by uid 99); 25 Oct 2015 20:39:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Oct 2015 20:39:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 19EEBDFF41; Sun, 25 Oct 2015 20:39:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zmanji@apache.org To: commits@aurora.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Explicitly declare FindBugs version and effort level. Date: Sun, 25 Oct 2015 20:39:43 +0000 (UTC) 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 Authored: Sun Oct 25 13:39:33 2015 -0700 Committer: Zameer Manji 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