Skip to content

Commit

Permalink
cache now done by setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Aug 26, 2021
1 parent cb45eff commit 0ec43d7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/maven.yml
Expand Up @@ -35,15 +35,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Set up cache for ~./m2/repository
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-${{ matrix.os }}-java${{ matrix.java }}-
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v2.3.0
with:
Expand Down

0 comments on commit 0ec43d7

Please sign in to comment.