Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
avantgardnerio committed Nov 6, 2018
1 parent fc42f0f commit 4454990
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then spent hours trying different versions of dependencies until it magically go
Just run:

```
java -jar depends.jar com.mycompany.app:my-app:1.0-SNAPSHOT --filter=JsonParseException
java -jar build/libs/depends-1.0-SNAPSHOT.jar com.mycompany.app:my-app:1.0-SNAPSHOT --filter=JsonParseException
```

And get a helpful report of what's broken:
Expand All @@ -50,6 +50,11 @@ broken apis:

Then pick a version from the list!

## Building

1. `git clone https://github.com/bgard6977/depends.git`
1. `./gradlew build`

## How it works

1. It uses [ShrinkWrap Resolver](http://arquillian.org/modules/resolver-shrinkwrap/) to build a dependency graph of your project.
Expand Down

0 comments on commit 4454990

Please sign in to comment.