1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2026-06-04 16:48:16 +08:00

构建添加cache

This commit is contained in:
2022-01-04 20:49:41 +08:00
parent 334d52dcfc
commit d3e1142e2e
2 changed files with 2 additions and 0 deletions
+1
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'
+1
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"