From a080d2b0983c7b385e331a620fd5867741f3b7d6 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 25 Oct 2020 19:30:28 +0000 Subject: [PATCH] Adjust the location of the resulting JaCoCo XML report files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882851 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5aa8bb8b79..d964dd2363 100644 --- a/build.gradle +++ b/build.gradle @@ -188,7 +188,7 @@ subprojects { // the plugin seems to not detect our non-standard build-layout property "sonar.junit.reportPaths", "$projectDir/build/test-results/test" - property "sonar.coverage.jacoco.xmlReportPaths", "$projectDir/build/jacoco/test.exec" + property "sonar.coverage.jacoco.xmlReportPaths", "$projectDir/build/reports/jacoco/test/jacocoTestReport.xml" } } }