Cleanup
This commit is contained in:
parent
6eaea5bf93
commit
059c5dc003
1 changed files with 0 additions and 2 deletions
|
|
@ -127,8 +127,6 @@ sonar {
|
||||||
property("sonar.links.scm", "https://github.com/vector-im/element-x-android/")
|
property("sonar.links.scm", "https://github.com/vector-im/element-x-android/")
|
||||||
property("sonar.links.issue", "https://github.com/vector-im/element-x-android/issues")
|
property("sonar.links.issue", "https://github.com/vector-im/element-x-android/issues")
|
||||||
property("sonar.organization", "new_vector_ltd_organization")
|
property("sonar.organization", "new_vector_ltd_organization")
|
||||||
// property("sonar.java.coveragePlugin", "jacoco")
|
|
||||||
// property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/jacoco/generateCoverageReport/generateCoverageReport.xml")
|
|
||||||
property("sonar.login", if (project.hasProperty("SONAR_LOGIN")) project.property("SONAR_LOGIN")!! else "invalid")
|
property("sonar.login", if (project.hasProperty("SONAR_LOGIN")) project.property("SONAR_LOGIN")!! else "invalid")
|
||||||
|
|
||||||
// exclude source code from analyses separated by a colon (:)
|
// exclude source code from analyses separated by a colon (:)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue