Fix cache paths.

This commit is contained in:
akwizgran
2018-08-20 12:24:28 +01:00
parent 0bf74f6a69
commit 88224793c1

View File

@@ -8,8 +8,8 @@ test:
cache:
key: potato
paths:
- ./wrapper
- ./caches
- .gradle/wrapper
- .gradle/caches
script:
- ./gradlew clean