-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Fix configuration cache compatibility issues in gradle plugins #87567
Fix configuration cache compatibility issues in gradle plugins #87567
Conversation
This fixes references to project that makes the plugin incompatible with Gradle configuration cache Related to elastic#57918
Pinging @elastic/es-delivery (Team:Delivery) |
- Remove project references from extension properties - Simplify build scripts by removing custom method for xpack project references
@pugnascotia I'll ping you again when done here. Sorry should have been a draft. I want to fix more related issues before merging |
@pugnascotia |
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.
Is the xpackProject
utility redundant now, or is it going to become redundant? I'm curious about why we're moving away from it?
@pugnascotia the problem with
I'll try to put a bit more context in the PR description in the future to make the motivation behind these kind of changes more clear upfront |
This fixes references to project that makes the plugin incompatible with Gradle
configuration cache
Related to #57918