``` > Could not create task ':DependenciesRepor...
# gradle
s
Copy code
> Could not create task ':DependenciesReport'.
   > Unnecessarily replacing a task that does not exist is not supported.  Use create() or register() directly instead.  You attempted to replace a task named 'DependenciesReport', but there is no existing task with that name.
Getting this error on Gradle 6.0. Anyone know what could be causing this? I believe
DependenciesReport
is a maven plugin task, but can't seem to find any concrete info anywhere..
o
re-run with
--stacktrace
to figure out what plugin is doing this
s
Hmm, looks like an internal gradle error after all.