Browse Source

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
tags/before_ooxml_3rd_edition
Dominik Stadler 3 years ago
parent
commit
781fa38157
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      build.gradle

+ 6
- 0
build.gradle View File

@@ -170,6 +170,12 @@ subprojects {
toolVersion = '0.8.6'
}

jacocoTestReport {
reports {
xml.enabled true
}
}

// ensure the build-dir exists
projectDir.mkdirs()


Loading…
Cancel
Save