You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2021/11/28 17:10:17 UTC

[fineract] branch develop updated: Changing logging level for findbugs

This is an automated email from the ASF dual-hosted git repository.

aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new b845fe2  Changing logging level for findbugs
b845fe2 is described below

commit b845fe277bb440daf9727aee417e890ed3d10734
Author: Petri Tuomola <pe...@tuomola.org>
AuthorDate: Sun Nov 28 21:02:29 2021 +0800

    Changing logging level for findbugs
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 79a6a3a..62d9acc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -621,7 +621,7 @@ configure(project.fineractJavaProjects) {
     // To generate an HTML report instead of XML
     spotbugs {
         reportLevel = 'high'
-        showProgress = true
+        showProgress = false
     }
     // https://github.com/spotbugs/spotbugs-gradle-plugin/issues/242
     spotbugsMain {