Skip to content

Commit d80b302

Browse files
authored
Fix typo in code snippet in README.md (#183)
1 parent 23186fe commit d80b302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ apply plugin: org.gradle.dependencygraph.simple.SimpleDependencyGraphPlugin
142142
and then execute the task to resolve all dependencies in your project:
143143

144144
```shell
145-
./gradlew -I init.gradle --dependency-verification=off --no-configuration-cache --no-zconfigure-on-demand :ForceDependencyResolutionPlugin_resolveAllDependencies
145+
./gradlew -I init.gradle --dependency-verification=off --no-configuration-cache --no-configure-on-demand :ForceDependencyResolutionPlugin_resolveAllDependencies
146146
```
147147

148148
You'll find the generated files in `build/reports/dependency-graph-snapshots`.

0 commit comments

Comments
 (0)