-
Notifications
You must be signed in to change notification settings - Fork 94
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 gradle to 7.4.2 #191
Conversation
Signed-off-by: Subhobrata Dey <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #191 +/- ##
=========================================
Coverage 83.76% 83.76%
Complexity 434 434
=========================================
Files 66 66
Lines 2205 2205
Branches 254 254
=========================================
Hits 1847 1847
Misses 261 261
Partials 97 97 Continue to review full report at Codecov.
|
@@ -1,5 +1,5 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.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.
Please also run ./gradlew wrapper --gradle-version 7.4.2
to update the artifact
Rename the PR to be |
Signed-off-by: Subhobrata Dey <[email protected]>
do you want commit messages to be changed also? |
Signed-off-by: Zelin Hao <[email protected]>
Signed-off-by: Subhobrata Dey [email protected]
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
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.