dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
406 stars 15 forks source link

DependencyReportTask may be deprecated #44

Closed fornewid closed 2 years ago

fornewid commented 2 years ago

This is not an issue, just a question. :smile:

You know, there is an issue that DependencyReportTask is not compatible with the configuration cache. (#4) And I found this while browsing the issue tracker. :eyes:

https://issuetracker.google.com/issues/235457021 We should just deprecate this task, it's not that useful.

I know that this open source works based on DependencyReportTask. So I wonder if this library will still work even if DependencyReportTask is deprecated. Any other alternatives?

handstandsam commented 2 years ago

That is a separate task that is in AGP. Named similarly, but different. We use a task built into Gradle. Thank you!