mirror of https://github.com/apache/kafka.git
MINOR: Update `./gradlew allDepInsight` example in README (#11125)
Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
55d9acad65
commit
c807980088
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue