This should cache for real now

This commit is contained in:
Andrew Steinborn 2018-07-31 02:06:43 -04:00
parent 92a91b858f
commit 35f7488822

2
Jenkinsfile vendored
View File

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