Skip to content

Commit c0fc5a2

Browse files
committed
Fixed maven cache.
1 parent 7de975d commit c0fc5a2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/maven.yml

-6
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,5 @@ jobs:
7272
distribution: 'temurin'
7373
java-version: '11'
7474
cache: 'maven'
75-
- name: Cache maven packages
76-
uses: actions/cache@v3
77-
with:
78-
path: ~/.m2
79-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
80-
restore-keys: ${{ runner.os }}-m2
8175
- name: Build and analyze
8276
run: mvn -B compile

0 commit comments

Comments
 (0)