Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 8a2cbc9

Browse files
committed
Clarify that wrapper-validation should precede setup-gradle
1 parent d355de3 commit 8a2cbc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Simply add this action to your workflow **after** having checked out your source
4949
uses: gradle/wrapper-validation-action@v2
5050
```
5151
52+
This action step should precede any step using `gradle/gradle-build-action` or `gradle/actions/setup-gradle`.
53+
5254
### Add a new dedicated Workflow
5355

5456
Here's a sample complete workflow you can add to your repositories:

0 commit comments

Comments
 (0)