Skip to content

Commit 2042b71

Browse files
svenzikmrts
andauthored
Update .github/workflows/maven-build.yml
Co-authored-by: Mart Sõmermaa <mrts.pydev@gmail.com>
1 parent ada72cd commit 2042b71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
with:
2828
path: ~/.m2
2929
key: ${{ runner.os }}-m2-v8-${{ hashFiles('**/pom.xml') }}
30-
restore-keys: ${{ runner.os }}-m2-v8
30+
key: ${{ runner.os }}-m2-v17-${{ hashFiles('**/pom.xml') }}
31+
restore-keys: ${{ runner.os }}-m2-v17
3132

3233
- name: Build
3334
run: mvn --batch-mode compile

0 commit comments

Comments
 (0)