mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
move lintOptions to lint block
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
d3827aac9f
commit
2c2d4aa306
@ -132,16 +132,16 @@ android {
|
|||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
|
||||||
abortOnError false
|
|
||||||
htmlReport true
|
|
||||||
htmlOutput file("$project.buildDir/reports/lint/lint.html")
|
|
||||||
disable 'MissingTranslation'
|
|
||||||
}
|
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
lint {
|
||||||
|
abortOnError false
|
||||||
|
disable 'MissingTranslation'
|
||||||
|
htmlOutput file("$project.buildDir/reports/lint/lint.html")
|
||||||
|
htmlReport true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
Loading…
Reference in New Issue
Block a user