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