You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mb...@apache.org on 2015/09/29 00:35:03 UTC

incubator-geode git commit: GEODE-372: Change FindBugs reportLevel to 'low' so all bugs are reported

Repository: incubator-geode
Updated Branches:
  refs/heads/develop e1c2d8e7a -> 48360fe7e


GEODE-372: Change FindBugs reportLevel to 'low' so all bugs are reported


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/48360fe7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/48360fe7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/48360fe7

Branch: refs/heads/develop
Commit: 48360fe7e3ceb4cf22e3754dadaa276d043091e3
Parents: e1c2d8e
Author: Mark Bretl <mb...@pivotal.io>
Authored: Thu Sep 24 15:40:34 2015 -0700
Committer: Mark Bretl <mb...@pivotal.io>
Committed: Mon Sep 28 15:33:19 2015 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/48360fe7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d7b4965..eda7642 100755
--- a/build.gradle
+++ b/build.gradle
@@ -160,7 +160,7 @@ subprojects {
         dep.transitive = true
       }
       findbugs.effort = 'max'
-      findbugs.reportLevel = 'high'
+      findbugs.reportLevel = 'low'
     }
  
     tasks.withType(FindBugs) {