littlerobots / version-catalog-update-plugin

Gradle plugin for updating a project version catalog
Apache License 2.0
555 stars 22 forks source link

Format task drops unused versions that should be kept per config #54

Closed hvisser closed 2 years ago

hvisser commented 2 years ago

When formatting, versions that are otherwise unused but have been annotated with @keep or are kept through the extension are removed from the TOML file, which is incorrect.