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