chore: 去除 Maven 缓存
This commit is contained in:
parent
5d5ebde350
commit
31f8172473
|
@ -26,8 +26,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: 21
|
java-version: 21
|
||||||
cache: 'maven'
|
|
||||||
cache-dependency-path: '**/pom.xml' # optional
|
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Build with Maven - only frontend
|
- name: Build with Maven - only frontend
|
||||||
run: mvn -T 1C -B package --file pom.xml -pl frontend
|
run: mvn -T 1C -B package --file pom.xml -pl frontend
|
||||||
|
|
Loading…
Reference in New Issue