refactor sonar build config

This commit is contained in:
Adam 2023-06-02 08:49:55 +02:00
parent 228b3fb4e3
commit 78403becf2
6 changed files with 31 additions and 18 deletions

View file

@ -17,7 +17,13 @@
plugins {
buildsrc.conventions.base
buildsrc.conventions.sonarqube
}
group = "net.thauvin.erik"
version = "1.4.0-SNAPSHOT"
dependencies {
kover(projects.app)
kover(projects.lib)
}