I was looking for the command to tell gradle to list the project dependencies (think maven dependency:tree). I came across
this closed bug. Annoyingly that bug does not say how to actually
output the listing.
Well, it's a command line option (run gradle --help) that was deprecated in favor of:
gradle dependencies