You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vi...@apache.org on 2021/10/21 02:58:56 UTC

[fineract] branch develop updated: Revert of the Jacoco Reports (FINERACT-1415) (#1919)

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 <46...@users.noreply.github.com>
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"
         }
     }