Try use cache

This commit is contained in:
XinKeng 2024-04-22 11:21:25 +08:00 committed by 刘瑞斌
parent 1688ae8d99
commit 5df1713985
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
with:
distribution: 'zulu'
java-version: 21
cache: 'maven'
cache-dependency-path: '**/pom.xml' # optional
check-latest: true
- name: Build with Maven - only frontend
run: mvn -T 1C -B package --file pom.xml -pl frontend
- name: Build with Maven - other