Simplify our buildSrc (#3322)

* Move cli gradle configuration to its build.gradle.kts

* Create plugin module so we can add it to each module
This commit is contained in:
Brais Gabín
2021-01-05 00:06:10 +01:00
committed by GitHub
parent 6b065a8988
commit 945f075af1
32 changed files with 229 additions and 132 deletions

View File

@@ -1,3 +1,7 @@
plugins {
module
}
dependencies {
compileOnly(project(":detekt-api"))
testImplementation(project(":detekt-test"))