Restore `validateEpoxyModelUsage` annotation processing arg
This commit is contained in:
parent
f5cb980020
commit
570bc57cc6
|
@ -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 New Issue