Preserve .gradle in workspace

This commit is contained in:
Nikolay Martynov 2019-06-13 12:41:47 -04:00
parent b112043ea3
commit 16709c0954
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths:
- .gradle
- workspace - workspace
- save_cache: - save_cache: