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: cache:
key: potato key: potato
paths: paths:
- ./wrapper - .gradle/wrapper
- ./caches - .gradle/caches
script: script:
- ./gradlew clean - ./gradlew clean