could someone tell me a way to avoid executing "lint" each time I run in gradle check?
I've defined in build.gradle
lintOptions {
quiet true
}
However, it keeps doing this task. The problem is that it takes ages each time I have to do a check.
gradle build -x lint