-
Notifications
You must be signed in to change notification settings - Fork 62
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.6.1 #815
Conversation
Signed-off-by: Monu Singh <msnghgw@amazon.com>
@@ -11,6 +11,6 @@ | |||
|
|||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip |
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.
OpenSearch is using 8.1.1: https://github.com/opensearch-project/OpenSearch/blob/2.x/gradle/wrapper/gradle-wrapper.properties
Shouldnt CCR be in sync with OpenSearch ?
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.
There are other incompatibilities in the build for Gradle 8, so 7.6.1 is the only option to keep a working build.
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #815 +/- ##
============================================
- Coverage 74.61% 74.22% -0.39%
+ Complexity 1017 1015 -2
============================================
Files 141 141
Lines 4633 4633
Branches 514 514
============================================
- Hits 3457 3439 -18
- Misses 852 867 +15
- Partials 324 327 +3 |
Upgrade Gradle version to 7.6.1 to solve build failure with jackson-core-2.15.jar Signed-off-by: Monu Singh <msnghgw@amazon.com>
Description
Upgrade Gradle version to 7.6.1 to solve build failure with jackson-core-2.15.jar
Issues Resolved
Gradle version update to accommodate for opensearch-project/OpenSearch#7286 and referred to
FasterXML/jackson-core#955 (comment) and opensearch-project/sql#1584
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.