only enable SonarQube in :app

This commit is contained in:
Adam 2023-06-02 09:33:55 +02:00
parent 86ae661788
commit 13c73903c3
4 changed files with 8 additions and 6 deletions

View file

@ -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 {