]> source.dussan.org Git - poi.git/commitdiff
Enable XML reporting for JaCoCo for the Sonar Gradle plugin
authorDominik Stadler <centic@apache.org>
Sun, 25 Oct 2020 16:07:44 +0000 (16:07 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 25 Oct 2020 16:07:44 +0000 (16:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882843 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

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