dropbox / dependency-guard

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

Fix: Uses Provider<ResolvedComponentResult> as input to Task #70

Closed handstandsam closed 1 year ago

handstandsam commented 1 year ago

Following documentation on config cache https://docs.gradle.org/current/userguide/configuration_cache.html

Hopefully fixes #67 and #68


Chose to drop support for Gradle 7.3.x. resolutionRoot was unavailable prior to Gradle 7.4.

Screen Shot 2023-01-23 at 10 14 32 AM