Skip to content

Commit f97bb81

Browse files
committed
only include runtime classpath
1 parent 790c39f commit f97bb81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Generate and submit dependency graph
1919
uses: gradle/actions/dependency-submission@v3
20-
with:
21-
dependency-graph: generate-and-upload
2220
env:
2321
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':allure-java-commons-test'
24-
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: 'test(Compile|Runtime)Classpath'
22+
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'runtimeClasspath'

0 commit comments

Comments
 (0)