Skip to content

Commit 4a4630a

Browse files
committed
Temp disable cache
1 parent fc4056e commit 4a4630a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
with:
1616
java-version: 17.0.13
1717
distribution: liberica
18-
- name: Cache Maven dependencies
19-
uses: actions/cache@v4
20-
with:
21-
path: ~/.m2/repository
22-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
23-
restore-keys: |
24-
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
25-
${{ runner.os }}-maven-
26-
${{ runner.os }}-
18+
#- name: Cache Maven dependencies
19+
# uses: actions/cache@v4
20+
# with:
21+
# path: ~/.m2/repository
22+
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
23+
# restore-keys: |
24+
# ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
25+
# ${{ runner.os }}-maven-
26+
# ${{ runner.os }}-
2727
- name: Run maven build
2828
run: mvn install -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm

0 commit comments

Comments
 (0)