mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-18 08:35:16 +01:00
Changed jacoco report directory
This commit is contained in:
parent
fe99c621f0
commit
68cb7d9121
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user