File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments