remove SonarQube from Kotlin/JVM convention
This commit is contained in:
parent
13c73903c3
commit
09a58f4142
2 changed files with 0 additions and 6 deletions
|
@ -17,7 +17,6 @@ plugins {
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
id("io.gitlab.arturbosch.detekt")
|
id("io.gitlab.arturbosch.detekt")
|
||||||
id("org.jetbrains.kotlinx.kover")
|
id("org.jetbrains.kotlinx.kover")
|
||||||
id("org.sonarqube")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
|
@ -33,11 +33,6 @@ plugins {
|
||||||
id("org.jetbrains.kotlinx.kover")
|
id("org.jetbrains.kotlinx.kover")
|
||||||
}
|
}
|
||||||
|
|
||||||
//if (project != rootProject) {
|
|
||||||
// logger.warn("The SonarQube convention plugin should only be applied to the root project")
|
|
||||||
// // https://docs.sonarqube.org/latest/analyzing-source-code/scanners/sonarscanner-for-gradle/#analyzing-multi-project-builds
|
|
||||||
//}
|
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property("sonar.projectName", rootProject.name)
|
property("sonar.projectName", rootProject.name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue