Skip to content

Commit 9e9130a

Browse files
committed
wip
1 parent 3f84ca1 commit 9e9130a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ jobs:
2121
with:
2222
java-version: "18"
2323
distribution: "temurin"
24-
cache: maven
25-
26-
- name: Cache local Maven repository
27-
uses: actions/cache@v2
28-
with:
29-
path: ~/.m2/repository
30-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
31-
restore-keys: |
32-
${{ runner.os }}-maven-
3324

3425
- name: Maven Verify
3526
run: mvn --batch-mode clean verify

0 commit comments

Comments
 (0)