Cache gradle files

This commit is contained in:
DancingSnow 2022-05-14 20:52:48 +08:00 committed by Melledy
parent 20feb75c86
commit c147ebda8f
1 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,16 @@ jobs:
with:
distribution: temurin
java-version: '17'
- name: Cache gradle files
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
./.gradle/loom-cache
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle', 'gradle.properties', '**/*.accesswidener') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Run Gradle
run: ./gradlew && ./gradlew jar
- name: Upload build