Skip to content

Commit

Permalink
Adds Gradle Wrapper Validation to Buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Dec 1, 2022
1 parent 981bd53 commit 15662a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ common_params:
- automattic/bash-cache#2.11.0

steps:
- label: "Gradle Wrapper Validation"
command: |
validate_gradle_wrapper
plugins: *common_plugins

# Wait for Gradle Wrapper to be validated before running any other jobs
- wait

- label: "Publish Simperium"
command: |
./gradlew \
Expand Down

0 comments on commit 15662a7

Please sign in to comment.