Skip to content

Commit

Permalink
Add clarification about running in repository root
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Feb 7, 2024
1 parent 8a2cbc9 commit 85cde3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

# Gradle Wrapper Validation Action

This action validates the checksums of [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) JAR files present in the source tree and fails if unknown Gradle Wrapper JAR files are found.
This action validates the checksums of _all_ [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) JAR files present in the repository and fails if any unknown Gradle Wrapper JAR files are found.

The action should be run in the root of the repository, as it will recursively search for any files named `gradle-wrapper.jar`.

## The Gradle Wrapper Problem in Open Source

Expand Down

0 comments on commit 85cde3f

Please sign in to comment.