littlerobots / version-catalog-update-plugin

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

Handle resolving errors due to capability conflicts #134

Closed hvisser closed 11 months ago

hvisser commented 11 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