Skip to content

Commit 0724404

Browse files
committed
Commit to try and fix GH build which passes locally
1 parent 9232ebb commit 0724404

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42-
# with:
43-
# persist-credentials: false
44-
# - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4542
with:
46-
path: ~/.m2/repository
47-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
48-
restore-keys: |
49-
${{ runner.os }}-maven-
43+
persist-credentials: false
44+
# - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
45+
# with:
46+
# path: ~/.m2/repository
47+
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
48+
# restore-keys: |
49+
# ${{ runner.os }}-maven-
5050
- name: Set up JDK ${{ matrix.java }}
5151
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
5252
with:

0 commit comments

Comments
 (0)