We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f487e20 commit 298165bCopy full SHA for 298165b
.github/workflows/build.yml
@@ -37,10 +37,12 @@ jobs:
37
with:
38
node-version: '20.x' # Node.js版本 20系列的最新稳定版
39
40
- - name: Compile backend
+ - name: clean maven cache
41
+ run: rm -rf ~/.m2/repository/io/github/git-commit-id
42
+
43
+ - name: Build Backend
44
run: |
- mvn package
- mvn package -P war
45
+ mvn clean package
46
47
- name: Compile frontend
48
pom.xml
@@ -450,7 +450,7 @@
450
<plugin>
451
<groupId>io.github.git-commit-id</groupId>
452
<artifactId>git-commit-id-maven-plugin</artifactId>
453
- <version>9.0.1</version>
+ <version>8.0.0</version>
454
<executions>
455
<execution>
456
<id>get-the-git-infos</id>
0 commit comments