Skip to content

Commit

Permalink
MINOR: Update ./gradlew allDepInsight example in README (apache#11125)
Browse files Browse the repository at this point in the history
Reviewers: Ismael Juma <[email protected]>
  • Loading branch information
omkreddy authored Jul 25, 2021
1 parent 55d9aca commit c807980
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 @@ -257,7 +257,7 @@ Alternatively, use the `allDeps` or `allDepInsight` tasks for recursively iterat

./gradlew allDeps

./gradlew allDepInsight --configuration runtime --dependency com.fasterxml.jackson.core:jackson-databind
./gradlew allDepInsight --configuration runtimeClasspath --dependency com.fasterxml.jackson.core:jackson-databind

These take the same arguments as the builtin variants.

Expand Down

0 comments on commit c807980

Please sign in to comment.