try only adding sonar to :lib
This commit is contained in:
parent
f1622d0c0a
commit
1986a8e56d
4 changed files with 11 additions and 31 deletions
|
@ -20,7 +20,6 @@ import org.jetbrains.dokka.gradle.DokkaTask
|
|||
plugins {
|
||||
buildsrc.conventions.lang.`kotlin-jvm`
|
||||
buildsrc.conventions.publishing
|
||||
buildsrc.conventions.sonarqube
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions")
|
||||
}
|
||||
|
@ -111,7 +110,3 @@ publishing {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
sonar {
|
||||
isSkipProject = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue