-
Notifications
You must be signed in to change notification settings - Fork 25k
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 7.2 #75894
Update Gradle wrapper to 7.2 #75894
Conversation
@elasticmachine update branch |
merge conflict between base and head |
49aa3e9
to
d19aa63
Compare
Fix deprecation warnings on the go
e289cbc
to
e57bcbf
Compare
String compilerVersionInfoPath = minimumCompilerVersionPath(unreleasedVersionInfo.get().version); | ||
String minimumCompilerVersion = readFromFile(new File(checkoutDir.get(), compilerVersionInfoPath)); | ||
loggedExec.environment("JAVA_HOME", getJavaHome(Integer.parseInt(minimumCompilerVersion))); | ||
loggedExec.doFirst(new Action<Task>() { |
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.
lambdas as task actions are now deprecated. therefore we do not need a comment here as the build would fail to signal this anyhow
Pinging @elastic/es-delivery (Team:Delivery) |
💔 Backport failed
To backport manually run |
* Update Gradle wrapper to 7.2-rc-1 Fix deprecation warnings on the go * Remove deprecated lambda based Gradle task actions * Remove usage of deprecated BasePluginConvention * Update wrapper to 7.2-rc-2 * Update gradle wrapper to 7.2-rc-3 * Update gradle wrapper to 7.2
* Update Gradle wrapper to 7.2 (#75894)
Update to latest Gradle release and fix new deprecation warnings