1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2024-09-19 19:25:45 +00:00

构建添加cache

This commit is contained in:
Carm Jos 2022-01-04 20:49:41 +08:00
parent 334d52dcfc
commit d3e1142e2e
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- name: Set up the Java JDK
uses: actions/setup-java@v2
with:
cache: maven
java-version: '11'
distribution: 'adopt'

View File

@ -18,6 +18,7 @@ jobs:
- name: "Set up JDK"
uses: actions/setup-java@v2
with:
cache: maven
java-version: '11'
distribution: 'adopt'
- name: "Package"