We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8661c2 commit 1c8a0c2Copy full SHA for 1c8a0c2
.github/workflows/populate-maven-cache.yml
@@ -54,4 +54,4 @@ jobs:
54
run: mvn dependency:go-offline
55
56
- name: List downloaded artifacts
57
- run: find ~/.m2/repository -type f
+ run: find ~/.m2/repository -type f -name '*.jar'
0 commit comments