From c8079800889d88f398962863036a603bb28858b4 Mon Sep 17 00:00:00 2001 From: Manikumar Reddy Date: Sun, 25 Jul 2021 21:05:27 +0530 Subject: [PATCH] MINOR: Update `./gradlew allDepInsight` example in README (#11125) Reviewers: Ismael Juma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbfe890e20..41d2b8d8f00 100644 --- a/README.md +++ b/README.md @@ -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.