3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-14 18:40:10 +01:00

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

Closes #6474
Dieser Commit ist enthalten in:
Alex 2021-10-23 14:07:37 +02:00 committet von GitHub
Ursprung 9472d38f3c
Commit 2ec6c99152
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -16,22 +16,13 @@ jobs:
java: [16] java: [16]
fail-fast: true fail-fast: true
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.5
- name: JDK ${{ matrix.java }} - name: JDK ${{ matrix.java }}
uses: actions/setup-java@v2 uses: actions/setup-java@v2.3.1
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
distribution: 'adopt' cache: 'gradle'
- name: Cache gradle distribution: 'temurin'
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
- name: Patch and build - name: Patch and build
run: | run: |
git config --global user.email "no-reply@github.com" git config --global user.email "no-reply@github.com"