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

[IDEA-367321] Find new custom handlers on recursive dependency discovery #3010

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aromaa
Copy link

@aromaa aromaa commented Mar 30, 2025

The GradleOrderEnumeratorHandler would not be present in the root module as its not managed by Gradle. When the Gradle dependency is visited, we begin to recursively add its dependencies and pass in the old set of handlers from the original module. This leads to Gradle specific behavior not lighting up and resulting to incomplete classpath.

Fixes this by discovering the new set of handlers before we start recursively adding the dependencies.

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.

1 participant