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

victorromero 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 64e7dd7  Revert of the Jacoco Reports (FINERACT-1415) (#1919)
64e7dd7 is described below

commit 64e7dd79d9109bf589acbb02eff72ad877c83d26
Author: VĂ­ctor Romero <[email protected]>
AuthorDate: Wed Oct 20 21:58:47 2021 -0500

    Revert of the Jacoco Reports (FINERACT-1415) (#1919)
    
    * https://issues.apache.org/jira/browse/FINERACT-1415 fix
    
    * https://issues.apache.org/jira/browse/FINERACT-1415 fix
    
    * Fix LF
    
    * Reverting the direct fix of the Jacoco Reports
---
 build.gradle | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 15fc1b8..306f9a6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -220,10 +220,6 @@ allprojects  {
     sonarqube {
         properties {
             property "sonar.projectKey", "apache_fineract"
-            property "sonar.language", "java"
-
-            property "sonar.java.coveragePlugin", "jacoco"
-            property "sonar.coverage.jacoco.xmlReportPaths", 
"${rootProject.projectDir}/app/build/reports/jacoco/debug/jacoco.xml"
         }
     }
 

Reply via email to