fix build

This commit is contained in:
anhefti 2023-03-07 13:47:26 +01:00
parent e3f5fe6b54
commit b371625340

View file

@ -27,7 +27,7 @@ jobs:
distribution: 'adopt'
-
name: Cache Maven packages
uses: actions/cache@latest
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}