mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-21 03:11:38 +08:00
Actually cache the gradle artifacts
This commit is contained in:
parent
8c22b50fa4
commit
079a9867a0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'gradle:jdk8-slim'
|
||||
args '-v m2-cache:/root/.m2'
|
||||
args '-v m2-cache:/root/.gradle'
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user