dropbox / dependency-guard

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

Only apply `BaseLifecyclePlugin` if `check` task does not already exist. #39

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

Fixes #38. Would replace PR #36 because I want to ensure that the check task is there for the root project.

handstandsam commented 2 years ago

Went with the most idiomatic solution: https://github.com/dropbox/dependency-guard/pull/36