Update maven.yml

This commit is contained in:
Jamie O'Meara 2021-05-18 11:22:53 -06:00 committed by GitHub
parent 963bb85047
commit bb5d5de8fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ jobs:
# - name: Cache local Maven repository
# uses: actions/cache@v2
# with:
3 path: ~/.m2/repository
# path: ~/.m2/repository
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
# restore-keys: |
# ${{ runner.os }}-maven-