ci: 修改编译命令

This commit is contained in:
CaptainB 2023-08-14 14:38:12 +08:00 committed by 刘瑞斌
parent 5c9cacf508
commit 1bfa2a611f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
./mvnw install -N ./mvnw install -N
# 此命令会将 domain sdk ,其他外部子工程可以获得最新的 jar # 此命令会将 domain sdk ,其他外部子工程可以获得最新的 jar
./mvnw mvn clean install -DskipTests -DskipAntRunForJenkins -pl !app --file backend/pom.xml ./mvnw clean install -DskipTests -DskipAntRunForJenkins --file backend/pom.xml
``` ```