Skip to content

Commit aaeffb9

Browse files
committed
try
1 parent 7bda1f1 commit aaeffb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
# fallback to using the latest cache if no exact match is found
2121
- v1-dependencies-
2222

23-
- run: gradle dependencies
23+
- run: ./gradlew dependencies
2424

2525
- save_cache:
2626
paths:
2727
- ~/.gradle
2828
key: v1-dependencies-{{ checksum "build.gradle" }}
2929

3030
# run tests!
31-
- run: gradle test
31+
- run: ./gradlew test

0 commit comments

Comments
 (0)