-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Update Gradle wrapper to 8.7 #105854
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
Update Gradle wrapper to 8.7 #105854
Conversation
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.
Should this be here?
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 think this is a wrong at all as this project path never existed and it only didn't break the build by accident as gradle considers this a client module conjuration which is now deprecated. That line wasn't doing anything but now with gradle 8.7 triggers a deprecation warning which breaks the build (see https://docs.gradle.org/8.7-rc-1/userguide/upgrading_version_8.html#declaring_client_module_dependencies)
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.
👍 just making sure it wasn't an accidental commit
just a draft till 8.7 is released |
6f9ee56
to
fa2f1c4
Compare
e6b2e73
to
d20561e
Compare
8.7. just got released. |
Pinging @elastic/es-delivery (Team:Delivery) |
removed tiny issue on build script that seems like an oversight and doesn't do anything at all
💔 Backport failed
You can use sqren/backport to manually backport by running |
removed tiny issue on build script that seems like an oversight and doesn't do anything at all (cherry picked from commit c15f727) # Conflicts: # x-pack/plugin/ent-search/build.gradle
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Update Gradle wrapper to 8.7-rc-3