Command "gradle dependencies" not showing the dependency graph of all tasks

I’m having a custom site plugin, I’d like to see the dependency graph of “site” task, but by default “gradle dependencies” is not including custom tasks. Is there a way to achieve this?

Thanks in advance Yong

Not sure what you mean. ‘gradle dependencies’ shows the artifact dependencies of each configuration. This is not related to tasks.

Peter, I get what you mean, then which configuration is my plugin using? I didn’t do anything explicitly on configuration inside codes. By what you saying, I guess the plugin is using some default configuration, is this right?