runningcode / gradle-doctor

The right prescription for your Gradle build.
http://runningcode.github.io/gradle-doctor
Apache License 2.0
723 stars 47 forks source link

Check for clean task dependencies obsolete #201

Closed ubuntudroid closed 2 years ago

ubuntudroid commented 2 years ago

The check for clean task dependencies introduced here seems to be obsolete, now that this has been fixed on gradle's end.

I guess it can simply be removed?

runningcode commented 2 years ago

That is correct, it has been fixed by Gradle. In the Gradle Doctor 0.8.0 this check is disabled by default when running Gradle 7.4 or higher. For older Gradle versions the check is still enabled by default which is why it is not removed from the codebase.

ubuntudroid commented 2 years ago

Uh, nice, that's even better! 💯