-
Notifications
You must be signed in to change notification settings - Fork 1.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
Revert "Support Gradle 7 (#1609) (#1622)" #1657
Conversation
Can one of the admins verify this patch? |
✅ Gradle Wrapper Validation success 17ae3616e53136046f91853eeb666598cdeb2dd2 |
✅ Gradle Precommit success 17ae3616e53136046f91853eeb666598cdeb2dd2 |
❌ Gradle Check failure 17ae3616e53136046f91853eeb666598cdeb2dd2 |
…t#1622)" This reverts commit 93bd32b. Signed-off-by: Andriy Redko <[email protected]>
17ae361
to
3781516
Compare
✅ Gradle Wrapper Validation success 3781516 |
@dlvenable fyi, the 1.x+ would stay on Gradle 6. |
✅ Gradle Precommit success 3781516 |
@dblock good to go, the WhiteSource seems to be known issue, thank you! |
Thank you! |
BWC tooling is built with gradle 6, which has breaking changes that are not compatiable with gradle 7. In order to support BWC tests we need to align with the OpenSearch's gradle version for the 1.3 release. See Also: * Gradle 7 PR in OpenSearch opensearch-project/OpenSearch#1622 * Distribution build bugs encountered by plugins opensearch-project/opensearch-build#1247 * Revert of Gradle 7 PR in OpenSearch opensearch-project/OpenSearch#1657 Signed-off-by: Peter Nied <[email protected]>
* Downgrade gradle version BWC tooling is built with gradle 6, which has breaking changes that are not compatiable with gradle 7. In order to support BWC tests we need to align with the OpenSearch's gradle version for the 1.3 release. See Also: * Gradle 7 PR in OpenSearch opensearch-project/OpenSearch#1622 * Distribution build bugs encountered by plugins opensearch-project/opensearch-build#1247 * Revert of Gradle 7 PR in OpenSearch opensearch-project/OpenSearch#1657 Signed-off-by: Peter Nied <[email protected]>
* Downgrade gradle version BWC tooling is built with gradle 6, which has breaking changes that are not compatiable with gradle 7. In order to support BWC tests we need to align with the OpenSearch's gradle version for the 1.3 release. See Also: * Gradle 7 PR in OpenSearch opensearch-project/OpenSearch#1622 * Distribution build bugs encountered by plugins opensearch-project/opensearch-build#1247 * Revert of Gradle 7 PR in OpenSearch opensearch-project/OpenSearch#1657 Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Andriy Redko [email protected]
Description
As per discussion opensearch-project/opensearch-build#1247, the decision was taken to keep 1.x on Gradle 6.x in order to not disrupt the plugin developers.
Issues Resolved
opensearch-project/opensearch-build#1247
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.