> 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
octylFractal
11/08/2019, 10:24 PM
re-run with
--stacktrace
to figure out what plugin is doing this
s
Shan
11/08/2019, 10:29 PM
Hmm, looks like an internal gradle error after all.