Skip to content

Commit

Permalink
Verify Gradle wrapper files were generated
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill committed Jan 21, 2025
1 parent bf594d7 commit 54eec61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: gradle/actions/wrapper-validation@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
- uses: eskatos/gradle-command-action@ac2d340dc04d9e1113182899e983b5400c17cda1
with:
arguments: wrapper
- run: >
if [[ -n $(git status --porcelain) ]]; then
echo "Please run Gradle wrapper task and commit wrapper changes."
exit 1
fi
gradle:
name: "Build"
strategy:
Expand Down

0 comments on commit 54eec61

Please sign in to comment.