littlerobots / version-catalog-update-plugin

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

Remove dependency on project in VersionCatalogUpdateTask #105

Closed hvisser closed 1 year ago

hvisser commented 1 year ago

Remove project.logger calls and supply the project dependencies to the task vs resolving it in the task.

Fixes #103