littlerobots / version-catalog-update-plugin

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

Handle resolving errors due to capability conflicts #134

Closed hvisser closed 9 months ago

hvisser commented 9 months ago

Resolving can fail due to capability matching. For the version catalog we don't really care about capability, we only care about the version. As a workaround track the accepted versions and override any unresolved dependency.

fixes #131