-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Update Gradle Wrapper to 8.2 #96686
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.2 #96686
Conversation
|
Pinging @elastic/es-delivery (Team:Delivery) |
2405870 to
62a07bd
Compare
fe1db77 to
e930634
Compare
74b93ac to
d2648f2
Compare
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.
Why is this required? Does the JavaPlugin no longer apply the BasePlugin?
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 thought of applying it explicitly here as we require the BasePluginExtension in this class. But seems to cause more confusion than clarification. Removed it
- convention usage has been deprecated and was fixed in our build files
148596c to
740f2cd
Compare
- Convention usage has been deprecated and was fixed in our build files - Fix test dependencies and deprecation (cherry picked from commit b862707) # Conflicts: # build-conventions/build.gradle # build-tools-internal/gradle/wrapper/gradle-wrapper.properties # build-tools-internal/src/main/resources/minimumGradleVersion # build-tools/build.gradle # build-tools/reaper/build.gradle # build-tools/src/main/java/org/elasticsearch/gradle/plugin/PluginPropertiesExtension.java # client/benchmark/build.gradle # distribution/tools/ansi-console/build.gradle # gradle/build.versions.toml # gradle/verification-metadata.xml # gradle/wrapper/gradle-wrapper.jar # gradle/wrapper/gradle-wrapper.properties # libs/x-content/impl/build.gradle # plugins/examples/gradle/wrapper/gradle-wrapper.properties # x-pack/plugin/ent-search/build.gradle # x-pack/plugin/eql/build.gradle # x-pack/plugin/old-lucene-versions/build.gradle # x-pack/plugin/ql/build.gradle # x-pack/plugin/redact/build.gradle # x-pack/plugin/snapshot-based-recoveries/build.gradle # x-pack/plugin/stack/build.gradle # x-pack/plugin/write-load-forecaster/build.gradle
Keep Gradle wrapper up to date