Trying to cache
I have a java project with gradlew and I want to cache the file that gradle download, to avoid downloading each build. But it seems incorrect..
Project: https://ci.appveyor.com/project/DIG-/java-logger
- appveyor.yml 709 Bytes
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 18 Apr, 2022 07:30 PM
Try replacing
~
with$HOME
:2 Posted by Gustavo de Oliv... on 18 Apr, 2022 09:20 PM
It worked! Thanks.