Changed jacoco report directory

This commit is contained in:
Rsl1122 2019-08-09 18:30:43 +03:00
parent fe99c621f0
commit 68cb7d9121

View File

@ -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"
}
}