Fix Gradle warnings - #1053
Open
MGaetan89 wants to merge 1 commit into
Open
Conversation
MGaetan89
marked this pull request as ready for review
May 20, 2025 05:35
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
2 times, most recently
from
May 22, 2025 14:17
463478e to
1548788
Compare
Contributor
Author
|
I've updated the PR with the latest changes from |
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
4 times, most recently
from
June 1, 2025 14:52
3070fd5 to
e97c2d1
Compare
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
from
June 2, 2025 09:41
e97c2d1 to
6fac055
Compare
Contributor
Author
|
The PR has been updated with the latest changes from |
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
3 times, most recently
from
June 5, 2025 06:42
7a517b7 to
e6ebdad
Compare
Closed
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
5 times, most recently
from
June 12, 2025 07:19
470de69 to
e724863
Compare
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
from
June 13, 2025 08:09
e724863 to
bcae810
Compare
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
5 times, most recently
from
June 20, 2025 08:41
55e5883 to
f358e7e
Compare
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
3 times, most recently
from
June 27, 2025 12:04
8b3927b to
cda3c0d
Compare
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
4 times, most recently
from
July 7, 2025 12:36
cd39d9e to
ed54504
Compare
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
2 times, most recently
from
July 15, 2025 08:16
e7ec330 to
84c7afb
Compare
Contributor
Author
|
@zielinskimz I've updated the PR to include the latest changes from |
MGaetan89
force-pushed
the
fix_gradle_warnings
branch
from
July 21, 2025 13:14
84c7afb to
7c62c78
Compare
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.
Summary
This PR fixes some warnings in Gradle files, in particular:
configureEachinstead ofallto favor lazy access to objects.Task.register()for creating new tasks.dependenciesblock out of theandroidblock.Changelog
Fix Gradle warnings.
Test Plan
GitHub Actions workflow run is successful (minus the currently failing tests).