MINOR: Update `./gradlew allDepInsight` example in README (#11125)

Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
Manikumar Reddy 2021-07-25 21:05:27 +05:30 committed by GitHub
parent 55d9acad65
commit c807980088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ Alternatively, use the `allDeps` or `allDepInsight` tasks for recursively iterat
./gradlew allDeps ./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. These take the same arguments as the builtin variants.