This commit is contained in:
parent
c2ca75290f
commit
2059b1d77c
@ -18,6 +18,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '8'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
|
cache: 'maven'
|
||||||
|
cache-dependency-path: '**/pom.xml'
|
||||||
# maven缓存,不加的话每次都会去重新拉取,会影响速度
|
# maven缓存,不加的话每次都会去重新拉取,会影响速度
|
||||||
- name: Dependies Cache
|
- name: Dependies Cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user