fix: prevent upgrading to Anvil k1.8 build

This commit is contained in:
Harsh Shandilya 2023-07-29 20:22:24 +05:30
parent 543edf36e8
commit e3627ca89d
No known key found for this signature in database
8 changed files with 19 additions and 7 deletions

View file

@ -16,6 +16,7 @@ object LintConfig {
fun Lint.configureLint(project: Project, isJVM: Boolean = false) {
quiet = project.providers.environmentVariable("CI").isPresent
abortOnError = true
checkDependencies = true
checkReleaseBuilds = true
warningsAsErrors = true
ignoreWarnings = false