-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Gradle: clear reloadable flag for extension dependencies #23412
Conversation
BTW, @glefloch working on this PR I noticed quite a few Gradle tests while passing are terminating with a time out. E.g.
With or without this specific PR. Have you noticed that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I haven't been able to reproduce it locally but sometimes, the Process
started by java never ends, and we need to kill it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I closed it by mistake. This looks good to me.
This has been missing in the Gradle plugin compared to the Maven one. Projects that include extensions could be failing w/o this fix due to project local dependencies ending up in different classloaders.