mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
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:
@@ -1,3 +1,7 @@
|
||||
plugins {
|
||||
module
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":detekt-api"))
|
||||
testImplementation(project(":detekt-test"))
|
||||
|
||||
Reference in New Issue
Block a user