Skip to content

Commit d28fbaf

Browse files
committed
Exclude dokka configurations from dependencies submission
1 parent bc7121e commit d28fbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
env:
2626
GITHUB_DEPENDENCY_GRAPH_REF: ${{ github.ref }}
2727
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':buildSrc'
28-
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath'
28+
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '(.*[Tt]est(Compile|Runtime)Classpath)|(dokka.*)'

0 commit comments

Comments
 (0)