dependencyUpdates task not finding any updates #795
ColtonIdle
started this conversation in
General
Replies: 1 comment 13 replies
-
It works in Caffeine. Are you using precompiled script plugins to add your dependencies? That acts like a composite build so you have to also run it there directly. I think buildSrc might be similar. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Long time user of this plugin. recently converted my app to use version catalogs. it seems like after that change i have lost the ability to use this plugin.
i tried to create a repro project, but in the simple apps everything works fine with version catalogs + this plugin.
my question is... is there any ideas you have to help me debug why this plugin cant find any updates? it doesn't seem like the plugin never scans my app module at all. i wonder if a convention plugin i have is somehow overriding my root build.gradle file or somethign so its not picking up the tasks?
Beta Was this translation helpful? Give feedback.
All reactions