ci: Update gh actions with caching (#6819) [ci skip]

Closes #6474
This commit is contained in:
Alex 2021-10-23 14:07:37 +02:00 committed by GitHub
parent 9472d38f3c
commit 2ec6c99152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 13 deletions

View File

@ -16,22 +16,13 @@ jobs:
java: [16]
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
- name: JDK ${{ matrix.java }}
uses: actions/setup-java@v2
uses: actions/setup-java@v2.3.1
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
- name: Cache gradle
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/jdks
~/.gradle/native
~/.gradle/wrapper
key: ${{ runner.os }}-paper-2-${{ hashFiles('**/*.gradle*', 'gradle/**', 'gradle.properties') }}
restore-keys: ${{ runner.os }}-paper-2
cache: 'gradle'
distribution: 'temurin'
- name: Patch and build
run: |
git config --global user.email "no-reply@github.com"