Skip to content

Commit e660355

Browse files
committed
Temporary disable cache in CI
1 parent e932539 commit e660355

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343
with:
4444
persist-credentials: false
45-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
46-
with:
47-
path: ~/.m2/repository
48-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
49-
restore-keys: |
50-
${{ runner.os }}-maven-
45+
# - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
46+
# with:
47+
# path: ~/.m2/repository
48+
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
49+
# restore-keys: |
50+
# ${{ runner.os }}-maven-
5151
- name: Set up JDK ${{ matrix.java }}
5252
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
5353
with:

0 commit comments

Comments
 (0)