mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 14:55:39 +01:00
Merge pull request #11346 from t895/ktlint-fix
android: lint: Delete generated ktlint folder between builds
This commit is contained in:
commit
a9f223cd9f
@ -160,6 +160,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.create<Delete>("ktlintReset") {
|
||||
delete(File(buildDir.path + File.separator + "intermediates/ktLint"))
|
||||
}
|
||||
|
||||
tasks.getByPath("loadKtlintReporters").dependsOn("ktlintReset")
|
||||
tasks.getByPath("preBuild").dependsOn("ktlintCheck")
|
||||
|
||||
ktlint {
|
||||
|
Loading…
Reference in New Issue
Block a user