mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-07-10 18:04:44 -06:00
android: Disable enforced formatting check in pre-build stage
This turned out to be more annoying than helpful
This commit is contained in:
parent
0c19c33bd3
commit
312c83e005
@ -242,7 +242,6 @@ val unzipVulkanValidationLayers = tasks.register<Copy>("unzipVulkanValidationLay
|
||||
|
||||
tasks.named("preBuild") {
|
||||
dependsOn(unzipVulkanValidationLayers)
|
||||
dependsOn("ktlintCheck")
|
||||
}
|
||||
|
||||
ktlint {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user