mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Restore validateEpoxyModelUsage
annotation processing arg
This commit is contained in:
parent
f5cb980020
commit
570bc57cc6
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ static def gitRevision() {
|
|||
return cmd.execute().text.trim()
|
||||
}
|
||||
|
||||
project.android.buildTypes.all { buildType ->
|
||||
buildType.javaCompileOptions.annotationProcessorOptions.arguments =
|
||||
[
|
||||
validateEpoxyModelUsage: String.valueOf(buildType.name == 'debug')
|
||||
]
|
||||
}
|
||||
|
||||
initScreenshotTests(project)
|
||||
|
||||
android {
|
||||
|
|
Loading…
Reference in a new issue