Attempt to make Geyser build

This commit is contained in:
Camotoy 2021-08-16 14:03:00 -04:00
parent f4437e45a8
commit 622a1d3b05
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -10,6 +10,7 @@ pipeline {
stages {
stage ('Build') {
steps {
sh 'rm /var/lib/jenkins/.m2/repository/org/geysermc/bootstrap-standalone/1.4.1-SNAPSHOT/maven-metadata-local.xml'
sh 'git submodule update --init --recursive'
sh 'mvn clean package'
}