mikepenz / AboutLibraries

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.62k stars 419 forks source link

Sort json entries by `uniqueId` when used in Enterprise mode. #912

Closed apkelly closed 1 year ago

apkelly commented 1 year ago

About this issue

When generating the json file by hand (in Enterprise mode), it'd be great if the libraries could be sorted by uniqueId in the file. This would mean that as we add/remove libraries from the project, the number of diffs in the file when committed to GitHub would be small.

Currently, the order of the libraries in the file doesn't seem to be constant, so we get lots of changes listed for the json file.

Details

Checklist

apkelly commented 1 year ago

I just read the changelog and see this was added in 10.6.3.