edit maven

This commit is contained in:
2026-06-17 21:59:47 +08:00
parent b0a4ee658c
commit cfd1fd1a65
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('使用MAVNE构建') { stage('使用MAVNE构建') {
steps { steps {
withMaven(maven: 'Maven 3') { withMaven(maven: 'Maven3') {
sh 'mvn clean package -DskipTests' sh 'mvn clean package -DskipTests'
} }
} }