cookpad / LicenseToolsPlugin

Gradle plugin to check library licenses and generate license pages for Android
Apache License 2.0
174 stars 29 forks source link

#103 Dedup and sort licenses in updating licenses task #104

Closed AlanChiou closed 3 years ago

AlanChiou commented 3 years ago

To make licenses YAML file easy to be review and manage, we should keep licenses a fixed order which is the alphabetical sort by licence artifact ids.

Test: unit tests pass

AlanChiou commented 3 years ago

103