Actually cache the gradle artifacts

This commit is contained in:
Andrew Steinborn
2018-07-26 01:58:03 -04:00
parent 8c22b50fa4
commit 079a9867a0

2
Jenkinsfile vendored
View File

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