Skip to content

Commit 7892548

Browse files
committed
Removed refresh dependencies flag
1 parent dbe7a71 commit 7892548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- ~/.gradle
2828
test:
2929
override:
30-
- ./gradlew clean build jacocoTestReport artifactoryPublish --refresh-dependencies
30+
- ./gradlew clean build jacocoTestReport artifactoryPublish
3131
- bash <(curl -s https://codecov.io/bash)
3232
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
3333
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

0 commit comments

Comments
 (0)