diff options
author | Dominik Stadler <centic@apache.org> | 2020-10-25 19:30:28 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2020-10-25 19:30:28 +0000 |
commit | a080d2b0983c7b385e331a620fd5867741f3b7d6 (patch) | |
tree | 1be695823ab845bca80402102a71965addb60524 /build.gradle | |
parent | a2691cb5f96a55f4e39e77682e136844b37bbcb6 (diff) | |
download | poi-a080d2b0983c7b385e331a620fd5867741f3b7d6.tar.gz poi-a080d2b0983c7b385e331a620fd5867741f3b7d6.zip |
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
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } } |