This is an automated email from the ASF dual-hosted git repository.
manikumar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new c807980 MINOR: Update `./gradlew allDepInsight` example in README
(#11125)
c807980 is described below
commit c8079800889d88f398962863036a603bb28858b4
Author: Manikumar Reddy <[email protected]>
AuthorDate: Sun Jul 25 21:05:27 2021 +0530
MINOR: Update `./gradlew allDepInsight` example in README (#11125)
Reviewers: Ismael Juma <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0fbfe89..41d2b8d 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.