You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Is your feature request related to a problem? Please describe
RefreshVersions doesn't fetch updates when declaring plugin coordinates like normal dependency artifacts to use in build scripts or composite builds (i.e convention plugins), For example:
maybe I wasn't clear enough. Those are defined in libs.versions.toml, they are gradle plugins but are declared the same way you declare normal dependencies (i.e "groupId:artifact:version"), I'm defining them this way to be able to use them as dependencies in convention plugins. similar to what now in android sample app does here
RefreshVersions doesn't fetch updates when declaring plugin coordinates like normal dependency artifacts to use in build scripts or composite builds (i.e convention plugins), For example:
So, I have to remember to update those dependencies whenever I bump their respective plugin marker artifacts' versions
💡 Describe the solution you'd like
Running
.\gradlew refreshVersions
should fetch updates for those dependencies like any other dependencies🤚 Do you want to develop this feature yourself?
The text was updated successfully, but these errors were encountered: