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

no mvn wrapper

This commit is contained in:
nossr50
2025-12-13 16:10:58 -08:00
parent 085197abc0
commit 401edf0bc9

2
Jenkinsfile vendored
View File

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