We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56215c7 commit 2a4d884Copy full SHA for 2a4d884
.github/workflows/submit-github-dependency-graph.yml
@@ -19,6 +19,7 @@ jobs:
19
java-version: 11
20
- name: Submit dependency graph
21
uses: gradle/actions/dependency-submission@v3
22
+ with:
23
+ develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
24
env:
25
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath'
- DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
0 commit comments