3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Preserve caches

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-07-26 01:11:03 -04:00
Ursprung 32f8b4f97f
Commit 8c22b50fa4

1
Jenkinsfile vendored
Datei anzeigen

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