3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-06 00:00:47 +01:00

Actually cache the gradle artifacts

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-07-26 01:58:03 -04:00
Ursprung 8c22b50fa4
Commit 079a9867a0

2
Jenkinsfile vendored
Datei anzeigen

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