修改插件版本

This commit is contained in:
2025-07-05 01:48:05 +08:00
parent b1ea2af02c
commit 0e143a1c23
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
stage('Build with Maven') {
steps {
echo "🛠️ 正在使用 Maven 构建..."
sh 'mvn clean package -s settings.xml'
sh 'mvn clean package -s settings.xml -X'
}
}

View File

@ -122,6 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>