mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-18 14:44:07 +08:00
This should cache for real now
This commit is contained in:
parent
92a91b858f
commit
35f7488822
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'gradle:jdk8-slim'
|
image 'gradle:jdk8-slim'
|
||||||
args '-v gradle-cache:/root/.gradle'
|
args '-v gradle-cache:/home/gradle/.gradle:rw'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user