Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO into spears

This commit is contained in:
nossr50
2025-12-13 16:11:09 -08:00

2
Jenkinsfile vendored
View File

@@ -20,7 +20,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
sh ''' sh '''
./mvnw -V -B clean package mvn -V -B clean package
''' '''
} }
} }