1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

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') {
steps {
sh '''
./mvnw -V -B clean package
mvn -V -B clean package
'''
}
}