Skip to content

Commit 0c80cce

Browse files
committed
Use Gradle wrapper
1 parent f83f171 commit 0c80cce

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ jobs:
1010
- restore_cache:
1111
keys:
1212
- gradle-{{ checksum "build.gradle" }}
13+
- run:
14+
name: chmod permissions
15+
command: chmod +x ./gradlew
1316
- run:
1417
name: Run tests
15-
command: gradle assemble test
18+
command: ./gradlew assemble test
1619
- run:
1720
name: Save test results
1821
command: |

0 commit comments

Comments
 (0)