Using
From existing binaries
If installed with Cargo
or Homebrew
bash
gwv --path <path/to/gradle/projects>
One-off executions
In additiont to existing installation methods, we also provide a standalone, one-off execution script that may be handy for any CI environment.
- One-off execution (current folder)
bash
curl -sSf https://cdn.statically.io/gh/dotanuki-labs/gradle-wrapper-validator/main/run | bash
- One-off execution (custom folder)
bash
curl -sSf https://cdn.statically.io/gh/dotanuki-labs/gradle-wrapper-validator/main/run |\
bash -s -- <path/to/folder>