Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz authored Jan 31, 2024
1 parent feefe25 commit 49393e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Note that no dependency graph will be generated when configuration state is load
| 8.0 - 8.0.2 || :x: |
| 8.1+ |||

## Using the plugin standalone project
## Using the plugin to generate dependency reports

As well as the `GitHubDependencyGraphPlugin`, which is tailored for use by the [gradle/actions/dependency-submission](https://github.com/gradle/actions/tree/main/dependency-submission) GitHub Action, this repository also provides the `SimpleDependencyGraphPlugin`, which generates dependency-graph outputs in simple text format.

Expand All @@ -124,7 +124,7 @@ and then execute the task to resolve all dependencies in your project:

You'll find the generated files in `build/dependency-graph-snapshots`.

### Determine the underlying source of dependencies
### Using dependency reports to determine the underlying source of a dependency

After generating the dependency reports as described, it is possible to determine the dependency source by:

Expand Down

0 comments on commit 49393e6

Please sign in to comment.