dependency-guard icon indicating copy to clipboard operation
dependency-guard copied to clipboard

A Gradle plugin that guards against unintentional dependency changes.

Results 32 dependency-guard issues
Sort by recently updated
recently updated
newest added

Some of the GIFs use old `allowRule` instead of `allowedFilter`. There is no documentation on `baselineMap`.

documentation

For best practice, use the built in Gradle logger.

`Dependency resolution results can be used as task inputs` https://docs.gradle.org/7.5-rc-1/release-notes.html

If we have a "test" version catalog, can we reject dependencies from that easily in a "automatic" way?

This plugin currently assumes that, if it is applied to the root project, the only possible relevant classpath is the buildscript classpath. However, it is possible and quite common for...

probably the smallest PR of all time 🙂 thanks for making this plugin!

Fixes #28 and improves test coverage. Changes are split to commits to simplify review.

This is the showcase of backward compatibility for Configuration Cache with Gradle 7.4.2

This PR is the part 1 (first 5 commits) of #51 to simplify reviewing and merging. 1. more test cases added to be more confident when making large changes and...