Skip to content
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

Tree view does not sort dependencies alphabetically #109

Open
bryansills opened this issue Oct 5, 2024 · 1 comment
Open

Tree view does not sort dependencies alphabetically #109

bryansills opened this issue Oct 5, 2024 · 1 comment
Labels
question Further information is requested

Comments

@bryansills
Copy link

This might be due to a weird interaction with https://github.com/autonomousapps/dependency-analysis-gradle-plugin but I noticed in this PR https://github.com/bryansills/LoudPing/pull/117/files that I am getting changes in the tree output based on sorting.

I think it would be a good idea to keep things sorted alphabetically here in order to make changes more obvious as well as reduce unneeded and irrelevant changes.

@handstandsam
Copy link
Collaborator

That is a bit weird. The tree rendering is directly from the Gradle implementation (same as if you use ./gradlew :app:dependencies, so there is currently no manipulating of that artifact). I think continuing to defer to the Gradle implementation is important to avoid breaking things.

@handstandsam handstandsam added the question Further information is requested label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants