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

Ignore constraints of own projects ("DefaultProjectDependencyConstraint") #724

Merged

Conversation

Brummolix
Copy link
Contributor

In multimodule projects having external constraints but also constraints to own sub projects it makes no sense to check for updates of the these own subprojects (when using checkConstraints=true)

Dependening on the number of own suprojects and also the network performance of the repositories this can give a huge performance boost (for example a few minutes vs. >2 hours in a concrete project)

@ben-manes
Copy link
Owner

ben-manes commented Feb 2, 2023

This looks like a nice improvement to me and sounds like a reasonable change to me. @anuraaga added this feature so maybe he should review it to make sure it's a good idea, as I am a little more naive about constraints and best practices there.

@ben-manes ben-manes merged commit ad0ce46 into ben-manes:master Feb 8, 2023
@ben-manes
Copy link
Owner

Released in v46

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

2 participants