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")
|
||||
id("io.gitlab.arturbosch.detekt")
|
||||
id("org.jetbrains.kotlinx.kover")
|
||||
id("org.sonarqube")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -33,11 +33,6 @@ plugins {
|
|||
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 {
|
||||
properties {
|
||||
property("sonar.projectName", rootProject.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue