mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-20 15:11:36 +01:00
Try fix sonar report path warning
This commit is contained in:
parent
01d618cdd3
commit
c2b2b5635e
@ -164,6 +164,6 @@ sonarqube {
|
|||||||
properties {
|
properties {
|
||||||
property "sonar.projectName", "Player Analytics"
|
property "sonar.projectName", "Player Analytics"
|
||||||
property "sonar.projectKey", "com.djrapitops:Plan"
|
property "sonar.projectKey", "com.djrapitops:Plan"
|
||||||
property "sonar.coverage.jacoco.xmlReportPaths", "**/build/report/jacoco/test/jacocoTestReport.xml"
|
property "sonar.coverage.jacoco.xmlReportPaths", "build/report/jacoco/test/jacocoTestReport.xml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user