chore: 去除 Maven 缓存

This commit is contained in:
fit2-zhao 2024-12-10 17:18:13 +08:00 committed by Craftsman
parent 5d5ebde350
commit 31f8172473
1 changed files with 0 additions and 2 deletions

View File

@ -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