add maven cache
This commit is contained in:
parent
841764c799
commit
5c1a096066
|
|
@ -13,5 +13,10 @@ jobs:
|
|||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Cache Maven Repository
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: jetlinks-community-maven-repository
|
||||
- name: Build with Maven
|
||||
run: mvn -B package
|
||||
Loading…
Reference in New Issue