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

awasum 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 e960d40  comment out PMD & FindBugs
     new 41f683c  Merge pull request #612 from vorburger/deactivate-FindBugs-PMD
e960d40 is described below

commit e960d40906b490114a100e1714e51380d34ecfc1
Author: Michael Vorburger.ch <[email protected]>
AuthorDate: Thu Jun 20 22:26:49 2019 +0200

    comment out PMD & FindBugs
    
    Too slow, and nobody looked at it in years anyway.
    The idea is to later re-activate, with enforcement.
    
    see also https://issues.apache.org/jira/browse/FINERACT-712
---
 fineract-provider/build.gradle | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 5fa6e1e..c763007 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -49,8 +49,8 @@ apply plugin: 'tomcat'
 apply plugin: 'project-report'
 apply plugin: 'java'
 apply plugin: 'openjpa'
-apply plugin: 'pmd'
-apply plugin: 'findbugs'
+// apply plugin: 'pmd'
+// apply plugin: 'findbugs'
 
 /* define the valid syntax level for source files */
 sourceCompatibility = JavaVersion.VERSION_1_8
@@ -270,6 +270,7 @@ task dist(type:Zip){
 compileJava{
     dependsOn rat
 }
+/*
 pmd {
     sourceSets = [sourceSets.main]
     ignoreFailures = true
@@ -278,6 +279,7 @@ findbugs {
     ignoreFailures = true
     sourceSets = [sourceSets.main]
 }
+*/
 
 war {
        from('../licenses/binary/') { // notice the parens

Reply via email to