cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

fix sort bug, use integer replaces string to sort #133

Closed drshiki closed 4 years ago

drshiki commented 4 years ago

the string sort result in app-component db directory number-led doesn't increase number correctly when bigger than 100, for

10-cuba-xxx
50-abc-xxx
....
90-efg-xxx
100-xyz-xxx

sorted by string type will always get last module name 90-efg-xxx and generate repeated 100-xxx-xxx name