A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
771
stars
89
forks
source link
GradleLintPluginTaskConfigurer: criticalLintGradle should depend on AbstractCompile tasks, similar to other lint tasks #411
Closed
rpalcolea closed 3 weeks ago
There are scenarios where critical lints might require dependency resolution or classes outcome.
This make sure that it depends on
AbstractCompile
, similar to other tasks