Fix ktlint errors
This commit is contained in:
parent
34dd7c0fbf
commit
57c28a9a9c
10 changed files with 99 additions and 47 deletions
|
|
@ -150,7 +150,7 @@ task formatKtlint(type: JavaExec) {
|
|||
}
|
||||
|
||||
afterEvaluate {
|
||||
preDebugBuild.dependsOn runCheckstyle, runKtlint
|
||||
preDebugBuild.dependsOn formatKtlint, runCheckstyle, runKtlint
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue