-
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
Update Gradle wrapper to 8.8 #108021
Update Gradle wrapper to 8.8 #108021
Conversation
655afaa
to
66084a4
Compare
fce86d2
to
415ab0c
Compare
import java.nio.file.Path; | ||
import java.nio.file.Paths; | ||
|
||
public class HdfsUtils { |
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.
Deleted on the way as it turns out unused by now
3a00cdc
to
be23b62
Compare
be23b62
to
e9d998d
Compare
Fix incompatibility with 8.8 and our internal api usages - Update ospackage - Use jitpack build till PR 443 got merged - Tweak build logic to avoid deprecation warnings - Use newer permission api - Use custom shadowplugin - Rework ElasticsearchDistribution dependencies resolution
e9d998d
to
5b856b2
Compare
Pinging @elastic/es-delivery (Team:Delivery) |
@@ -38,7 +38,7 @@ maven-model = "org.apache.maven:maven-model:3.6.2" | |||
mockito-core = "org.mockito:mockito-core:1.9.5" | |||
nebula-info = "com.netflix.nebula:gradle-info-plugin:11.3.3" | |||
reflections = "org.reflections:reflections:0.9.12" | |||
shadow-plugin = "com.github.johnrengelman:shadow:8.1.1" | |||
shadow-plugin = "com.github.breskeby:shadow:3b035f2" |
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.
Do we have a PR open to fix the shadow plugin?
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Fix incompatibility with 8.8 and our internal api usages - Update ospackage to a version that contains a fix we provided - Tweak build logic to avoid deprecation warnings - Use newer permission api - Use custom shadowplugin - Rework ElasticsearchDistribution dependencies resolution - Update Gradle wrapper to 8.8 (cherry picked from commit 8ac3e3d) # Conflicts: # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesPrecommitPlugin.java # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/util/HdfsUtils.java # build-tools/src/main/java/org/elasticsearch/gradle/DistributionDownloadPlugin.java # build-tools/src/main/java/org/elasticsearch/gradle/ElasticsearchDistribution.java # distribution/archives/build.gradle # distribution/build.gradle # distribution/packages/build.gradle # gradle/build.versions.toml # gradle/verification-metadata.xml # server/build.gradle
Fix incompatibility with 8.8 and our internal api usages - Update ospackage to a version that contains a fix we provided - Tweak build logic to avoid deprecation warnings - Use newer permission api - Use custom shadowplugin - Rework ElasticsearchDistribution dependencies resolution - Update Gradle wrapper to 8.8 - Fix one more deprecated permission api usage - Fix DistroTest dependencies - Fix permissions in package init.d folder
Fix incompatibility with 8.8 and our internal api usages - Update ospackage to a version that contains a fix we provided - Tweak build logic to avoid deprecation warnings - Use newer permission api - Use custom shadowplugin - Rework ElasticsearchDistribution dependencies resolution - Update Gradle wrapper to 8.8 (cherry picked from commit 8ac3e3d) # Conflicts: # gradle/verification-metadata.xml
Update Gradle wrapper to 8.8.
Requires nebula-plugins/gradle-ospackage-plugin#443