aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index ff91adced1..cd8420d1bd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -170,6 +170,12 @@ subprojects {
toolVersion = '0.8.6'
}
+ jacocoTestReport {
+ reports {
+ xml.enabled true
+ }
+ }
+
// ensure the build-dir exists
projectDir.mkdirs()