Enable XML reporting for JaCoCo for the Sonar Gradle plugin

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2020-10-25 16:07:44 +00:00
parent 8089682957
commit 781fa38157
1 changed files with 6 additions and 0 deletions

View File

@ -170,6 +170,12 @@ subprojects {
toolVersion = '0.8.6'
}
jacocoTestReport {
reports {
xml.enabled true
}
}
// ensure the build-dir exists
projectDir.mkdirs()