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 3d14f4c commit ab29b5eCopy full SHA for ab29b5e
.github/workflows/ci.yaml
@@ -37,13 +37,13 @@ jobs:
37
with:
38
java-version: ${{ matrix.java }}
39
distribution: ${{ matrix.distribution }}
40
- - name: Cache local Maven repository
+ - name: Cache local Maven m2
41
uses: actions/cache@v2
42
43
- path: ~/.m2/repository
44
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+ path: ~/.m2
+ key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
45
restore-keys: |
46
- ${{ runner.os }}-maven-
+ ${{ runner.os }}-m2
47
- name: Set argLine command line option
48
if: ${{ matrix.java != '8' }}
49
run: echo 'ARG_LINE=-D"argLine=--illegal-access=permit"' >> $GITHUB_ENV
0 commit comments