-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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.0.2 #3543
Upgrade to Gradle 8.0.2 #3543
Conversation
Signed-off-by: John Niang <johnniang@fastmail.com>
Codecov Report
@@ Coverage Diff @@
## main #3543 +/- ##
=========================================
Coverage 61.65% 61.66%
- Complexity 2510 2512 +2
=========================================
Files 398 398
Lines 12671 12671
Branches 1015 1015
=========================================
+ Hits 7812 7813 +1
+ Misses 4376 4374 -2
- Partials 483 484 +1 see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
/lgtm
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
/area core
What this PR does / why we need it:
Upgrade to Gradle 8.0.2 by using command
./gradlew wrapper --gradle-version 8.0.2 --distribution-type bin
.Recently, we have a plan to restructure our project via Gradle 8, so I upgrade to Gradle 8.0.2 now.
Does this PR introduce a user-facing change?