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 790c39f commit f97bb81Copy full SHA for f97bb81
.github/workflows/dependency-submission.yml
@@ -17,8 +17,6 @@ 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'
+ DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'runtimeClasspath'
0 commit comments