littlerobots / version-catalog-update-plugin

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

Investigate using dynamic typing to depend on versions plugin #98

Closed hvisser closed 1 year ago

hvisser commented 1 year ago

If the dependency versions plugin is loaded in other ways than through the plugin block, class path errors may occur such as reported in #97. Referencing the task by name and setting its property using setProperty apis might work in that case.

Steps to implement this