dropbox / dependency-guard

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

[Work in Progress] Move Configuration Validation to Task Execution Time #83

Closed handstandsam closed 1 year ago

handstandsam commented 1 year ago

For Issue https://github.com/dropbox/dependency-guard/issues/87

Probably want to separate out a few pieces into different diffs and think about this more. Looking to get rid of issues of validation when configurations are not available yet for some users.

handstandsam commented 1 year ago

This is out of date, we can re-open if we update, but this code is stale at the moment.