From 36ad5612ede68201c42dbc24988998c039bf3238 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon, 16 Aug 2021 14:04:13 -0400 Subject: [PATCH] Support Brigadier long argument types in commands Fixes #2476 --- Jenkinsfile | 1 - connector/pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 11a3415ac..bf14f0d12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,6 @@ 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' } diff --git a/connector/pom.xml b/connector/pom.xml index be7b9869f..d32e01806 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -147,7 +147,7 @@ com.github.GeyserMC MCProtocolLib - e427237 + e17787a compile