-
Notifications
You must be signed in to change notification settings - Fork 350
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
[Improvement] Dependencies follow the alphabet order #738
Comments
Can i take up this issue ? |
In which file/files should I sort the dependencies? |
@qqqttt123 |
Is it a specific build.gradle.kts file or all ? Also , just the "implementation(xx)" ones or the "exclude(xx)" ones too ? |
All build.gradle.kts files. |
@hiirrxnn how are you going with this? Do you need any help? |
<!-- 1. Title: [#<issue>] <type>(<scope>): <subject> Examples: - "[#123] feat(operator): support xxx" - "[#233] fix: check null before access result in xxx" - "[MINOR] refactor: fix typo in variable name" - "[MINOR] docs: fix typo in README" - "[#255] test: fix flaky test NameOfTheTest" Reference: https://www.conventionalcommits.org/en/v1.0.0/ 2. If the PR is unfinished, please mark this PR as draft. --> ### What changes were proposed in this pull request? Dependencies follow alphabetical order ### Why are the changes needed? For better readability Fix: #738 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A --------- Co-authored-by: Qi Yu <yuqi@datastrato.com>
What would you like to be improved?
Dependencies follow the alphabet order
How should we improve?
No response
The text was updated successfully, but these errors were encountered: