From 68cb7d91210806cdb1c9ea49bfcbd6bb92aa2707 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Fri, 9 Aug 2019 18:30:43 +0300 Subject: [PATCH] Changed jacoco report directory --- Plan/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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