only enable SonarQube in :app
This commit is contained in:
parent
86ae661788
commit
13c73903c3
4 changed files with 8 additions and 6 deletions
|
@ -33,10 +33,10 @@ 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
|
||||
}
|
||||
//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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue