Stop restoring gradle from cache

This commit is contained in:
Diego Mello 2023-07-17 10:15:59 -03:00
parent 7733eb31e3
commit 5eeb7ac669
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ commands:
- restore_cache: *restore-npm-cache-linux
- run: *install-npm-modules
- save_cache: *save-npm-cache-linux
- restore_cache: *restore-gradle-cache
# - restore_cache: *restore-gradle-cache
- run:
name: Configure Gradle
command: |