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()