fixed build

This commit is contained in:
anhefti 2023-03-07 13:46:34 +01:00
parent 0b9cd7ef93
commit e3f5fe6b54

View file

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