Skip to content

Commit

Permalink
[Documentation] Mention output file path in documentation (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamatagelanee07 authored May 15, 2022
1 parent 903771c commit 095960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apply plugin: "com.vanniktech.dependency.graph.generator"

## Usage

By default this plugin will generate a `generateDependencyGraph` task that can be used to generate a dependency graph that could look like this. This graph was generated from my [chess clock app](https://play.google.com/store/apps/details?id=com.vanniktech.chessclock).
By default this plugin will generate a `generateDependencyGraph` task that can be used to generate a dependency graph at location `yourmodule/build/reports/dependency-graph` that could look like this generated graph from my [chess clock app](https://play.google.com/store/apps/details?id=com.vanniktech.chessclock). The graph is generated in `.png`, `.svg` & `.dot` format.

![Example graph.](example.png)

Expand Down

0 comments on commit 095960a

Please sign in to comment.