Skip to content

Commit a6c719e

Browse files
authored
Add cache-dependency-path (#3622)
I noticed that on my PR no caching is taking place.
1 parent 2329a4d commit a6c719e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-java-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
distribution: 'temurin'
2929
cache: 'maven'
30+
cache-dependency-path: extra/pom.xml
3031
java-version: ${{ matrix.java }}
3132

3233
- name: Build with Maven

0 commit comments

Comments
 (0)