Skip to content

Commit 23e63c3

Browse files
committed
print the gradle version in the android builds
1 parent 6324942 commit 23e63c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ jobs:
327327
command: ./scripts/should-skip-build && circleci step halt || echo "Build continuing."
328328
- run: node --version
329329
- run: yarn --version
330+
- run: cd android && ./gradlew --version
330331
- set-ruby-version
331332
- workspace-attach-node_modules
332333
- bundler-restore

0 commit comments

Comments
 (0)