Potential fix for sonarqube task
This commit is contained in:
parent
8bf5bb8349
commit
cb460faf2b
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ sonarqube {
|
||||||
property("sonar.organization", "ethauvin-github")
|
property("sonar.organization", "ethauvin-github")
|
||||||
property("sonar.host.url", "https://sonarcloud.io")
|
property("sonar.host.url", "https://sonarcloud.io")
|
||||||
property("sonar.sourceEncoding", "UTF-8")
|
property("sonar.sourceEncoding", "UTF-8")
|
||||||
property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/kover/report.xml")
|
property("sonar.sources", files("src/main/kotlin"))
|
||||||
|
property("sonar.test", files("src/test/kotlin"))
|
||||||
|
property("sonar.coverage.jacoco.xmlReportPaths", "build/reports/kover/report.xml")
|
||||||
|
property("sonar.log.level", "DEBUG")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue