try to fix gradle caching

This commit is contained in:
Andrew Steinborn 2018-07-31 01:59:30 -04:00
parent d62f2622ea
commit 92a91b858f

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'gradle:jdk8-slim'
args '-v /root/.gradle:/root/.gradle'
args '-v gradle-cache:/root/.gradle'
}
}