try skipping projects...
This commit is contained in:
parent
76750cfd71
commit
97a23a195f
2 changed files with 9 additions and 0 deletions
|
@ -111,3 +111,7 @@ publishing {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sonar {
|
||||||
|
isSkipProject = true
|
||||||
|
}
|
||||||
|
|
|
@ -20,6 +20,7 @@ import org.jetbrains.dokka.gradle.DokkaTask
|
||||||
plugins {
|
plugins {
|
||||||
buildsrc.conventions.lang.`kotlin-jvm`
|
buildsrc.conventions.lang.`kotlin-jvm`
|
||||||
buildsrc.conventions.publishing
|
buildsrc.conventions.publishing
|
||||||
|
buildsrc.conventions.sonarqube
|
||||||
id("com.github.ben-manes.versions")
|
id("com.github.ben-manes.versions")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,3 +79,7 @@ publishing {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sonar {
|
||||||
|
isSkipProject = true
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue