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 08dc30e commit b916160Copy full SHA for b916160
.github/workflows/pr.yml
@@ -27,12 +27,7 @@ jobs:
27
with:
28
distribution: 'zulu'
29
java-version: ${{ matrix.java_version }}
30
- - uses: actions/cache@v2.1.7
31
- with:
32
- path: ~/.m2/repository
33
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
34
- restore-keys: |
35
- ${{ runner.os }}-maven-
+ cache: 'maven'
36
- name: Cache SonarCloud packages
37
uses: actions/cache@v2.1.7
38
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
0 commit comments