We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abf101 commit 9c833c5Copy full SHA for 9c833c5
.github/workflows/populate-maven-cache.yml
@@ -52,3 +52,6 @@ jobs:
52
53
- name: Download all dependencies
54
run: mvn dependency:go-offline
55
+
56
+ - name: List downloaded artifacts
57
+ run: find ~/.m2/repository
0 commit comments