question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Task with path `':dependencyUpdates'` not found

See original GitHub issue

When trying to run ./gradlew buildSrcVersions I’m getting this error:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:buildSrcVersions'.
> Task with path ':dependencyUpdates' not found in project ':app'.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
jmfayardcommented, Aug 19, 2019

The plug-in should be applied in ./build.gradle not in ./app/build.gradle like in your project.

0reactions
Ghedeoncommented, Aug 20, 2019

Acknowledged. Thanks for the quick reply!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Task with path ':dependencyUpdates' not found #50 - GitHub
When trying to run ./gradlew buildSrcVersions I'm getting this error: FAILURE: Build failed with an exception. * What went wrong: Could not ...
Read more >
gradle dependencyUpdates failure - Stack Overflow
What went wrong: Task 'gradle' not found in project ':app'. Some candidates are: 'bundle'. Try: Run gradle tasks to get a list of...
Read more >
ben-manes / gradle-versions-plugin Download - JitPack
Tasks. dependencyUpdates. Displays a report of the project dependencies that are up-to-date, exceed the latest version found, have upgrades, or failed to be ......
Read more >
Task 'run' not found in root project - Gradle Forums
Task 'run' not found in root project 'LAB4'. Try: Run gradle tasks to get a list of available tasks. Run with --stacktrace option...
Read more >
build.gradle - ofbiz-framework - Git at Google
activate Gradle's DependencyUpdates plugin and its related tasks. ... throw new GradleException("Could not find plugin with id ${pluginId}").
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found