littlerobots / version-catalog-update-plugin

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

Skip redirected artifacts from version selector #132

Closed hvisser closed 6 months ago

hvisser commented 6 months ago

Relax the null check for current version. If we don't have a current version, then the resolving process was redirected to a different coordinate, that is not specified in the version catalog. Before it is redirected though, the original coordinate is passed to the version selector, which is all we need and care about.

fixes #129