usefulness/Dependency tree diff for Gradle
Generates human readable dependency diff between 2 commits, using Jake Wharton's dependency-tree-diff tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| configuration | Selected Gradle configuration, passed to `./gradlew dependencies --configuration xxx`. Should correspond to output artifact that is considered output of the project | yes | releaseRuntimeClasspath |
| project | Project | yes | app |
| build-root-directory | Build root directory | no | . |
| lib-version | Dependency diff library version | yes | latest |
| additional-gradle-arguments | Additional arguments passed to gradle commands | no | "" |
| debug | Enable debug logs | no | false |
Outputs
| name | description |
|---|---|
| text-diff | Dependency diff |
| file-diff | Path to a file containing the raw diff output |
| file-dependencies-head | Path to a file containing dependencies dump from currently checked out ref |
| file-dependencies-base | Path to a file containing dependencies dump from `github.base_ref` |