Skip to content

Commit 0018d71

Browse files
committed
Adds Gradle Wrapper Validation to Buildkite
1 parent 1202c51 commit 0018d71

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ agents:
66
common_params:
77
# Common plugin settings to use with the `plugins` key.
88
- &common_plugins
9-
- automattic/bash-cache#2.6.0
9+
- automattic/bash-cache#2.11.0
1010

1111
steps:
12+
- label: "Gradle Wrapper Validation"
13+
command: |
14+
validate_gradle_wrapper
15+
plugins: *common_plugins
16+
17+
# Wait for Gradle Wrapper to be validated before running any other jobs
18+
- wait
19+
1220
- label: "Lint"
1321
key: "lint"
1422
command: .buildkite/commands/lint.sh

0 commit comments

Comments
 (0)