We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b6435 commit d6ce05aCopy full SHA for d6ce05a
.github/workflows/test.yml
@@ -19,12 +19,6 @@ jobs:
19
with:
20
distribution: ${{ matrix.distribution }}
21
java-version: ${{ matrix.java }}
22
- - name: Cache local Maven repository
23
- uses: actions/cache@v2
24
- with:
25
- path: ~/.m2/repository
26
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
27
- restore-keys: |
28
- ${{ runner.os }}-maven-
+ cache: 'maven'
29
- name: Test with Maven
30
run: mvn verify -B --file pom.xml
0 commit comments