Add wrapper path to cache
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Amab 2023-10-21 19:40:30 +02:00
parent 1cfcf8bf84
commit a1eb9285fb

View File

@ -8,7 +8,8 @@ steps:
settings:
restore: true
mount:
- /root/.gradle/caches/
- /root/.gradle/caches
- /root/.gradle/wrapper
volumes:
- name: cache
path: /root/.gradle
@ -43,7 +44,8 @@ steps:
settings:
rebuild: true
mount:
- /root/.gradle/caches/
- /root/.gradle/caches
- /root/.gradle/wrapper
volumes:
- name: cache
path: /root/.gradle