We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d982ad commit e2100d7Copy full SHA for e2100d7
.github/workflows/CI.yml
@@ -22,12 +22,7 @@ jobs:
22
with:
23
java-version: ${{ matrix.java }}
24
distribution: 'temurin'
25
- - name: Cache Maven dependencies
26
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
27
- with:
28
- path: ~/.m2
29
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
30
- restore-keys: ${{ runner.os }}-m2
+ cache: 'maven'
31
- name: Execute tests
32
run: mvn verify
33
- name: check license header is present in all files
0 commit comments