vanniktech/gradle-dependency-graph-generator-plugin

Usage question

s101d1 opened this issue · 2 comments

I'm not really clear about the usage of the plugin.

I have added the plugin into build.gradle:

plugins {
  id "com.vanniktech.dependency.graph.generator" version "0.5.0"
}

Then I run it with command like:

$ ./gradlew generateDependencyGraph

It run successfully without error, but I don't see any result image file in the project directory.

The documentation doesn't mention clearly what file it produced after running the command.

Could you explain how the image file is produced?

Never mind, I found out the result files are located in build/reports/dependency-graph directory, maybe you should add this information in the documentation.

Agree! Needed to find this issue to see where it's been created!