mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Set input directory in detekt task
This commit is contained in:
@@ -7,6 +7,7 @@ detekt {
|
|||||||
output = file("$buildDir/reports")
|
output = file("$buildDir/reports")
|
||||||
outputName = "detekt-report"
|
outputName = "detekt-report"
|
||||||
config = file("$rootDir/gradle/config/detekt.yml")
|
config = file("$rootDir/gradle/config/detekt.yml")
|
||||||
|
input = file(".")
|
||||||
parallel = true
|
parallel = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user