nebula-plugins / gradle-lint-plugin

A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
Apache License 2.0
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

rpalcolea commented 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

OdysseusLives commented 3 weeks ago

:tada: Excellent!