Skip to content

Commit

Permalink
Disable dep verification in circle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 20, 2022
1 parent 70fc3d7 commit 63bf819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: ./gradlew dependencies
- run: ./gradlew dependencies --dependency-verification off

- save_cache:
paths:
Expand Down

0 comments on commit 63bf819

Please sign in to comment.