mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
Update maven.yml
This commit is contained in:
parent
963bb85047
commit
bb5d5de8fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
# - name: Cache local Maven repository
|
# - name: Cache local Maven repository
|
||||||
# uses: actions/cache@v2
|
# uses: actions/cache@v2
|
||||||
# with:
|
# with:
|
||||||
3 path: ~/.m2/repository
|
# path: ~/.m2/repository
|
||||||
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# ${{ runner.os }}-maven-
|
# ${{ runner.os }}-maven-
|
||||||
|
|
Loading…
Reference in a new issue