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 54eec61 commit 165feb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
arguments: wrapper
- run: >
if [[ -n $(git status --porcelain) ]]; then
echo "Gradle wrapper files have not been updated."
echo "Please run Gradle wrapper task and commit wrapper changes."
exit 1
fi
Expand Down

0 comments on commit 165feb2

Please sign in to comment.