We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ce410 commit 3e76317Copy full SHA for 3e76317
.github/workflows/populate-maven-cache.yml
@@ -45,8 +45,10 @@ jobs:
45
- name: Restore existing cache
46
uses: actions/[email protected] # https://github.com/actions/cache
47
with:
48
+ # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
49
key: maven-repository-${{ hashFiles('pom.xml') }}
50
path: ~/.m2/repository
51
+ restore-keys: maven-repository-
52
53
- name: Download all dependencies
54
run: mvn --no-transfer-progress dependency:resolve dependency:resolve-plugins
0 commit comments