-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Upgrade to gradle 8.8 #8485
Comments
pr tells us that to update gradle version would omit build failure of breaking changes, we should estimate following impacts. |
It was not an issue with RevAPI itself, but rather with Gradle. Something in the execution changed that would cause RevAPI failures to not be detected properly. |
@nastra let me check for the RevAPI failures not detected. Thanks. |
FYI, I tested
I'm investigating. |
Yes. Thats what we have observed with Gradle 8.2 also. |
I think the problem is more on gradle or a mix with gradle and revapi gradle plugin. I'm doing a bisect on gradle to identify the change causing the issue. |
As gradle 8.4 is now available, I'm updating the PR (I'm also re-testing |
I'm resuming my work on this issue, upgrading to Gradle 8.5 and dealing with revapi. |
@jbonofre Gentle ping on this one. A later version of Gradle is required to unblock #10209. The 1.14.0 version of Parquet ships with a newer version of Jackson, with JDK21-specific files. These files cause issues with the older version of the Shadow plugin that we're using. The shadow plugin requires a later version of Gradle. |
Back on it. Sorry for the delay. |
Yeah. I saw that. Thanks. I'm working on both right now. |
Feature Request / Improvement
Upgrade gradle wrapper to 8.3 version.
Query engine
None
The text was updated successfully, but these errors were encountered: