Skip to content

Commit e800e74

Browse files
committed
fix(actions): remove redundant package cache
setup-java now handles this
1 parent 28ad3a6 commit e800e74

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,5 @@ jobs:
1616
distribution: temurin
1717
java-version: 17
1818
cache: maven
19-
- name: Cache Maven packages
20-
uses: actions/cache@v5
21-
with:
22-
path: ~/.m2
23-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
24-
restore-keys: ${{ runner.os }}-m2
2519
- name: Run tests with Maven
2620
run: mvn -B test --file pom.xml

0 commit comments

Comments
 (0)