littlerobots/version-catalog-update-plugin

Interactive mode also formats the catalog

hvisser opened this issue · 1 comments

Running ./gradlew versionCatalogUpdate --interactive also formats the version catalog, which is unintended. In interactive mode it should only generate the updates file, and only format when applying the updates.

Looking at the code there is some need to remove obsolete (unused) dependencies and as a result version groups may be changed. For now, working as intended I suppose :)