Skip to content

Commit

Permalink
Disable dependency-verification and config-cache in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz authored Jan 31, 2024
1 parent 0b965f0 commit f63803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ apply plugin: org.gradle.dependencygraph.simple.SimpleDependencyGraphPlugin
and then execute the task to resolve all dependencies in your project:

```
./gradlew -I init.gradle :ForceDependencyResolutionPlugin_resolveAllDependencies
./gradlew -I init.gradle --dependency-verification=off --no-configuration-cache --no-configure-on-demand :ForceDependencyResolutionPlugin_resolveAllDependencies
```

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

0 comments on commit f63803f

Please sign in to comment.