fix build
This commit is contained in:
parent
e3f5fe6b54
commit
b371625340
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
-
|
-
|
||||||
name: Cache Maven packages
|
name: Cache Maven packages
|
||||||
uses: actions/cache@latest
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||||
|
|
Loading…
Reference in a new issue