gradle-baseline
gradle-baseline copied to clipboard
Document how to enable checkUnusedDependencies
Before this PR
I mistakenly thought that com.palantir.baseline-exact-dependencies being applied (by default) meant that that check
would run checkUnusedDependencies
. Actually it does not, and repos wanting this behavior need to opt into it.
After this PR
==COMMIT_MSG== Document how to enable checkUnusedDependencies ==COMMIT_MSG==
This PR documents how repos can do that, so it's an easy copy+paste if desired.
Possible downsides?
None known