You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by vf...@apache.org on 2015/11/25 20:07:24 UTC

[11/50] [abbrv] incubator-geode git commit: Change FindBugs reportLevel to 'low' so all bugs are reported

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/6444722f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6444722f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6444722f

Branch: refs/heads/feature/GEODE-78
Commit: 6444722fbb92a1a9c8a2fbc65cd25d07d0ba300e
Parents: 8639b86
Author: Mark Bretl <mb...@pivotal.io>
Authored: Thu Sep 24 15:22:28 2015 -0700
Committer: Mark Bretl <mb...@pivotal.io>
Committed: Thu Sep 24 15:22:28 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6444722f/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) {