mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Migrate buildSrc to composite build (#4090)
This will help reduce build times when changes are made to the precompiled script plugins used in the build. This is because a change in buildSrc causes the whole project to become out-of-date [0]. Using an included build instead works around this problem. [0] https://docs.gradle.org/7.2/userguide/organizing_gradle_projects.html#sec:build_sources
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import org.jetbrains.kotlin.gradle.plugin.getKotlinPluginVersion
|
||||
|
||||
plugins {
|
||||
module
|
||||
id("module")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user