-
Notifications
You must be signed in to change notification settings - Fork 280
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
1.3.0 distribution builds failing due to Shadow plugin gradle version bump #1587
Comments
Thanks @ohltyler for reporting this. I see couple of options:
|
@saratvemulapalli I think we have to revert the change for 1.x (sadly), we cannot break existing plugins. The same discussion we have had with @dblock when we were updating to Gradle 7.x: it was a breaking change for 1.x so the strong point was made to keep the promise and never make breaking changes within minor / patch releases (as such, 1.x is still on Gradle 6.x). Thank you. |
Thanks @reta ! I agree. |
The change is merged. |
Common utils is not upgraded to Gradle 7, which is causing this failure when trying to build the common-utils component for 1.3.0:
This failure occurred after the Shadow plugin bumped to Gradle 7.0+ as part of this PR: opensearch-project/OpenSearch#2033
Tracking issue in common-utils: opensearch-project/common-utils#101
The text was updated successfully, but these errors were encountered: