From 622a1d3b05658b0ac5b5ec994c96b3ce739a6d2f Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon, 16 Aug 2021 14:03:00 -0400 Subject: [PATCH] Attempt to make Geyser build --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index bf14f0d12..11a3415ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }