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

Exclude mill provided dependencies in meta builds #3189

Merged
merged 5 commits into from
May 28, 2024
Merged

Conversation

lefou
Copy link
Member

@lefou lefou commented May 28, 2024

This should fix issues where plugins bring in potentially incompatible or duplicate version of an already provided Mill dependency.

We override resolveDeps and exclude all provided mill artifacts. Direct dependency are not filtered out, only transitive onces. If exclusions turn out to be a problem in some setups, the protected resolveDepsExclusions target can be customized, e.g. by returning an empty set of exclusions.

lefou added 5 commits May 28, 2024 15:41
This should fix issues where plugin bring an potentially incompatible or duplicate version of an already provided Mill dependency.
@lefou lefou merged commit 166c6d2 into main May 28, 2024
39 checks passed
@lefou lefou deleted the exclude-provided-deps branch May 28, 2024 19:39
@lefou lefou added this to the 0.11.8 milestone May 28, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant