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/25 00:39:42 UTC

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

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 6444722fb -> 85476953a


Revert "Change FindBugs reportLevel to 'low' so all bugs are reported"

This reverts commit 6444722fbb92a1a9c8a2fbc65cd25d07d0ba300e. Mistakenly
checked into develop


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

Branch: refs/heads/develop
Commit: 85476953a884659229b19c65ea1e1a24f4067232
Parents: 6444722
Author: Mark Bretl <mb...@pivotal.io>
Authored: Thu Sep 24 15:38:27 2015 -0700
Committer: Mark Bretl <mb...@pivotal.io>
Committed: Thu Sep 24 15:38:27 2015 -0700

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


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