Emil Kantis
11/16/2021, 6:38 PMversions.properties
to make it easier to navigate. Something like:
## Plugins (alphabetically sorted on substring after `plugin.`)
plugin.com.adarshr.test-logger=3.1.0
plugin.com.github.johnrengelman.shadow=7.1.0
plugin.org.jlleitschuh.gradle.ktlint=10.2.0
## Custom notations (alphabetically sorted on substring after `version.`)
version.kotest=4.6.3
version.kotlin=1.6.0
version.ktor=1.5.3
## Generated identifiers (alphabetically sorted on substring after `version.`)
version.org.mock-server..mockserver-core=5.11.2
version.org.postgresql..postgresql=42.3.1
What do you think?louiscad
11/16/2021, 8:10 PMEmil Kantis
11/16/2021, 8:15 PMversions.properties
has gotten very un-sorted and it's just messy to find things in. But I guess I got myself to blame in that case.
I get your point. Perhaps there could be a re-arrange/sort task that would need to be invoked manually?louiscad
11/16/2021, 8:27 PMEmil Kantis
11/16/2021, 8:29 PM