Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handleSiblingTransitives ignores filters #151

Open
inconnu opened this issue Nov 27, 2018 · 0 comments
Open

handleSiblingTransitives ignores filters #151

inconnu opened this issue Nov 27, 2018 · 0 comments

Comments

@inconnu
Copy link

inconnu commented Nov 27, 2018

In a multi-module project where one module depends on another, the sibling dependencies are included in the dependencies.lock and are always locked even if the filter would exclude it.

dependencyFilter = { String group, String name, String version -> !(group = "a.b.c" && name = "foo")}

If a.b.c:foo is a sibling transitive, it will still be locked to a specific version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant