use sonar {}
extension instead of sonarqube {}
This commit is contained in:
parent
231bca79fb
commit
9be2d3897e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ plugins {
|
||||||
id("org.jetbrains.kotlinx.kover")
|
id("org.jetbrains.kotlinx.kover")
|
||||||
}
|
}
|
||||||
|
|
||||||
sonarqube {
|
sonar {
|
||||||
properties {
|
properties {
|
||||||
property("sonar.projectName", rootProject.name)
|
property("sonar.projectName", rootProject.name)
|
||||||
property("sonar.projectKey", "ethauvin_${rootProject.name}")
|
property("sonar.projectKey", "ethauvin_${rootProject.name}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue