We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2329a4d commit a6c719eCopy full SHA for a6c719e
1 file changed
.github/workflows/pr-java-ci.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
distribution: 'temurin'
29
cache: 'maven'
30
+ cache-dependency-path: extra/pom.xml
31
java-version: ${{ matrix.java }}
32
33
- name: Build with Maven
0 commit comments