Support Brigadier long argument types in commands

Fixes #2476
This commit is contained in:
Camotoy 2021-08-16 14:04:13 -04:00
parent 622a1d3b05
commit 36ad5612ed
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -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'
}

View File

@ -147,7 +147,7 @@
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>MCProtocolLib</artifactId>
<version>e427237</version>
<version>e17787a</version>
<scope>compile</scope>
<exclusions>
<exclusion>