Skip to content

Commit cbe5a84

Browse files
authored
cache action not needed anymore
1 parent e2a3c0b commit cbe5a84

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v2.3.4
3737

38-
- name: Set up cache for ~./m2/repository
39-
uses: actions/cache@v2.1.6
40-
with:
41-
path: ~/.m2/repository
42-
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
43-
restore-keys: |
44-
maven-${{ matrix.os }}-java${{ matrix.java }}-
45-
maven-${{ matrix.os }}-
46-
4738
- name: Set up JDK
4839
uses: actions/setup-java@v2.3.0
4940
with:

0 commit comments

Comments
 (0)