diff --git a/Plan/build.gradle b/Plan/build.gradle index 14f3bb8b0..a872bbe77 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -147,8 +147,7 @@ subprojects { jacocoTestReport { reports { xml.enabled true - xml.destination file("${buildDir}/reports/jacoco/report.xml") - csv.enabled false + xml.destination file("${buildDir}/jacoco/report.xml") } } } @@ -157,6 +156,5 @@ sonarqube { properties { property "sonar.projectName", "Player Analytics" property "sonar.projectKey", "com.djrapitops:Plan" - property "sonar.coverage.jacoco.xmlReportPaths", "$buildDir/reports/jacoco" } } \ No newline at end of file