-
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.5 #85123
Comments
Pinging @elastic/es-delivery (Team:Delivery) |
With the latest 7.5 snapshot we now see issues with our example plugins build:
|
Hmm, this seems to be only when running in a composite yes? The transforms being in the list are interesting. I'm wondering if something changed there. |
I'm pretty sure something must have changed. I'm reaching out to the gradle team. I've seen this locally once but also noticed that the first listed task actually has been executed correctly. Also you can see from the output that included builds rootProject name is not taken into account. Seems to pay off to test gradle snapshots early, though I initially only wanted to double check the checkstyle improvements. |
raised #85123 |
I think you mean gradle/gradle#20254, yes? |
Yes 🤦🏻♂️ |
This updates the wrapper to a 7.5 nightly do double check compatibility and checkstyle improvements before rc 1 is released to provide early feedback Fixes elastic#85123
This is now also blocked by a regression in artifact transforms: gradle/gradle#20659 |
This updates the wrapper to a 7.5 nightly do double check compatibility and checkstyle improvements before rc 1 is released to provide early feedback Fixes #85123
This updates the wrapper to a 7.5 nightly do double check compatibility and checkstyle improvements before rc 1 is released to provide early feedback Fixes #85123
This updates the wrapper to a 7.5 nightly do double check compatibility and checkstyle improvements before rc 1 is released to provide early feedback Fixes elastic#85123
This updates the gradle wrapper to a 7.5 Fixes #85123
This updates the gradle wrapper to a 7.5 Fixes elastic#85123 # Conflicts: # build-tools-internal/build.gradle # build-tools-internal/performance/elasticsearch-build-benchmark-part1.scenarios # build-tools-internal/performance/elasticsearch-build-benchmark-part2.scenarios # build-tools/src/main/java/org/elasticsearch/gradle/testclusters/StandaloneRestIntegTestTask.java
Gradle 7.5 (snapshot) comes with(at least) two breaking changes in our build.
SharedResource#getResourceLock()
that we use inStandaloneRestIntegTestTask
has changed:server:precommit
as the checkstyleMain and checkstyleTest require more than the default heap. We provided a fix for this to the Gradle team via this PR already: Add memory config to checkstyle gradle/gradle#20198The text was updated successfully, but these errors were encountered: