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 08bc3ac commit 790c39fCopy full SHA for 790c39f
.github/workflows/dependency-submission.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/checkout@v4
18
- name: Generate and submit dependency graph
19
uses: gradle/actions/dependency-submission@v3
20
+ with:
21
+ dependency-graph: generate-and-upload
22
env:
23
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':allure-java-commons-test'
24
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: 'test(Compile|Runtime)Classpath'
0 commit comments