mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-13 15:20:14 +01:00
Fix sonar jacoco report property
This commit is contained in:
parent
1226aeaf1f
commit
ab0c000688
@ -165,6 +165,6 @@ sonarqube {
|
||||
properties {
|
||||
property "sonar.projectName", "Player Analytics"
|
||||
property "sonar.projectKey", "com.djrapitops:Plan"
|
||||
property "sonar.coverage.jacoco.xmlReportPaths", "build/report/jacoco/test/jacocoTestReport.xml"
|
||||
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user