mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-03-31 16:30:30 +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 {
|
||||
docker {
|
||||
image 'gradle:jdk8-slim'
|
||||
args '-v gradle-cache:/root/.gradle'
|
||||
args '-v gradle-cache:/home/gradle/.gradle:rw'
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user