Remove Project.exec usage#2674
Merged
Merged
Conversation
0xnm
marked this pull request as ready for review
May 26, 2025 15:00
0xnm
marked this pull request as draft
May 26, 2025 15:04
xgouchet
previously approved these changes
May 26, 2025
0xnm
force-pushed
the
nogorodnikov/remove-project-exec-usage
branch
from
June 6, 2025 10:17
9b11506 to
1f21b22
Compare
0xnm
force-pushed
the
nogorodnikov/remove-project-exec-usage
branch
from
June 6, 2025 10:24
1f21b22 to
b28029e
Compare
0xnm
marked this pull request as ready for review
June 6, 2025 10:30
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2674 +/- ##
===========================================
- Coverage 69.96% 69.89% -0.07%
===========================================
Files 822 822
Lines 30639 30639
Branches 5158 5158
===========================================
- Hits 21434 21413 -21
- Misses 7765 7784 +19
- Partials 1440 1442 +2 🚀 New features to boost your workflow:
|
satween
approved these changes
Jun 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Project.execusage is deprecated since Gradle 8.11 and this API will be removed in Gradle 9.0.This PR switched to the
ExecOperations.execusage to avoid deprecation warning in the build logs.Review checklist (to be filled by reviewers)