mirror of https://github.com/apache/poi.git
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:
parent
8089682957
commit
781fa38157
|
@ -170,6 +170,12 @@ subprojects {
|
|||
toolVersion = '0.8.6'
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
reports {
|
||||
xml.enabled true
|
||||
}
|
||||
}
|
||||
|
||||
// ensure the build-dir exists
|
||||
projectDir.mkdirs()
|
||||
|
||||
|
|
Loading…
Reference in New Issue