Skip to content

Commit c73432b

Browse files
committed
no cache
1 parent 6c4451f commit c73432b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ jobs:
7272
java-version: '11'
7373
cache: 'maven'
7474

75-
- name: Cache Maven packages
76-
uses: actions/cache@v4
77-
with:
78-
path: ~/.m2
79-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
80-
restore-keys: ${{ runner.os }}-m2
81-
8275
# -B: batch mode; -e: produce execution error messages;
8376
# -X: debug mode; -N: non-recursive (don't build submodules)
8477

0 commit comments

Comments
 (0)