0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-19 19:42:18 +02:00

Switch to actions/setup-java’s built-in caching

This commit is contained in:
Chris Eager 2021-09-10 13:49:23 -07:00
parent cd66a1ceb7
commit 6c6e6a4975

View File

@ -13,12 +13,6 @@ jobs:
with:
distribution: 'adopt'
java-version: 11
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
cache: 'maven'
- name: Build with Maven
run: mvn -e -B verify