Execution failed for task ':app:lintVitalRelease'. > Lint infrastructure error Caused by: java.lang.reflect.InvocationTargetException code example
Example: Execution failed for task ':app:lintVitalRelease'.
android {
...
lintOptions {
checkReleaseBuilds false
}
}