diff --git a/build.gradle b/build.gradle index 313316a02..912b7ab37 100644 --- a/build.gradle +++ b/build.gradle @@ -142,8 +142,7 @@ sonar { property "sonar.projectKey", "hyperledger:iroha-java" property "sonar.host.url", "https://sonar.katana.soramitsu.co.jp" property "sonar.java.coveragePlugin", "jacoco" - property "sonar.junit.reportPaths", "**/test-results/**/*.xml" - property "sonar.coverage.jacoco.xmlReportPaths", "**/jacocoTestReport/jacocoTestReport.xml" + property 'sonar.junit.reportPaths', 'build/test-results/test' } }