mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-04-12 16:50:31 +08:00
Really fix caching
This was stupid
This commit is contained in:
parent
365417717b
commit
3722f5d664
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'gradle:jdk8-slim'
|
||||
args '-v m2-cache:/root/.gradle'
|
||||
args '-v /root/.gradle:/root/.gradle'
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user