Fixed
Status Update
Comments
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com>
cm...@google.com <cm...@google.com> #2
Lint options:
lintOptions {
lintConfig = file('lint.xml')
abortOnError true
xmlReport true
htmlReport true
checkDependencies true
}
Also, our project has custom lint rules. Failure happens with a dependency of 26.6.3 and 27.0.0.
Is any way to downgrade lint runner? This problem is keeping us from using AGP 4.0
Description
Unlike the other android plugins,
lint
is not part ofgradle-api
making it impossible to build another plugin on top of it without depending ongradle-core
.Should we try to fix this for 8.0?