Skip to content

Commit

Permalink
chore: add gradle wrapper validation action
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Shatunov <[email protected]>
  • Loading branch information
Prototik committed Dec 26, 2023
1 parent 4689edb commit 05b00cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
java-version: 17
distribution: temurin
- uses: gradle/wrapper-validation-action@v1
- uses: actions/cache@v3
with:
path: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
java-version: 17
distribution: temurin
- uses: gradle/wrapper-validation-action@v1
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 05b00cc

Please sign in to comment.