Author: centic
Date: Sun Oct 25 16:07:44 2020
New Revision: 1882843

URL: http://svn.apache.org/viewvc?rev=1882843&view=rev
Log:
Enable XML reporting for JaCoCo for the Sonar Gradle plugin

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1882843&r1=1882842&r2=1882843&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Oct 25 16:07:44 2020
@@ -170,6 +170,12 @@ subprojects {
         toolVersion = '0.8.6'
     }
 
+    jacocoTestReport {
+        reports {
+            xml.enabled true
+        }
+    }
+
     // ensure the build-dir exists
     projectDir.mkdirs()
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to