Comment jacoco report path to see if it fixes sonar

This commit is contained in:
Rsl1122 2019-12-17 10:00:38 +02:00
parent 3e57cf45e4
commit b3325bfc6e

View File

@ -167,7 +167,7 @@ subprojects {
jacocoTestReport {
reports {
xml.enabled true
xml.destination file("${buildDir}/jacoco/report.xml")
// xml.destination file("${buildDir}/jacoco/report.xml")
}
}
}