libyear-gradle-plugin icon indicating copy to clipboard operation
libyear-gradle-plugin copied to clipboard

Add `excludedPackages` config

Open Breefield opened this issue 1 year ago • 0 comments

What

Add a configuration excludeProperties which is a set of strings. If any of these string are found in the moduleVersion of a dependency it will be ignored (case insensitive).

Why

I have a number of internal dependencies which come from an Artifactory that doesn't publish metadata & required authorized connections only (so I get 403's). I am happy to ignore all these dependencies as they're internal.

TODO:

  • [x] Add tests
  • [ ] Update README.md before merge if this implementation is acceptable

Breefield avatar Oct 03 '24 23:10 Breefield