:sparkles: Fix version catalog writing
Hello/bonjour,
What?
Resolves #705
- Changed the symbol used for available versions in the version catalog
- Changed the TOML sections order for the version catalog
Why?
Fixes the issues with version alignment in the version catalog which was dependent on the font used in the IDE. The symbol used is now font-agnostic and is always the same size.
This PR also fixes the somewhat annoying issue where the sections of the version catalog were re-ordered. The order now follows what most people will expect and also what is described in the Gradle documentation (See here).
How?
- Replaced the
⬆symbol with the^character - Set the TOML sections order to the following:
- Root
-
[versions] -
[libraries] -
[bundles] -
[plugins]
Testing?
Published to mavenLocal and tested in a local project using refreshVersions
FYI, the check has failed due to some signing configuration that doesn't seem to work (This hasn't been modified so I suspect the issue lies on your side since I have no way of handling this)