Setting up linters for project before evaluate
This commit is contained in:
parent
082fc9a719
commit
f639e34579
|
|
@ -26,7 +26,7 @@ abstract class StaticAnalysisPlugin : Plugin<Project> {
|
|||
|
||||
val linters = createLinters()
|
||||
|
||||
afterEvaluate {
|
||||
beforeEvaluate {
|
||||
linters.forEach { it.setupForProject(target, extensions.getByType()) }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue