littlerobots / version-catalog-update-plugin

Gradle plugin for updating a project version catalog
Apache License 2.0
565 stars 23 forks source link

Fallback for TOML specific version selector does not appear to work #137

Closed hvisser closed 11 months ago

hvisser commented 11 months ago

Describe the issue Per #130, if no version selector is configured for a specific TOML file it should fall back to the top level configured one. However it seems that Gradle always sets some kind of (empty) callback if not set when creating the object so this doesn't work correctly.