Skip to content

Commit 816ffe7

Browse files
committed
github actions: dependency submission without gradle deamon
1 parent 6763c86 commit 816ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: dependency-submission
2323
uses: gradle/actions/dependency-submission@v4
2424
with:
25-
additional-arguments: ' --console=plain '
25+
additional-arguments: ' --console=plain --no-daemon '
2626
dependency-graph-exclude-projects: ':(typed-ids-testing|testing-*)'
2727
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
2828

0 commit comments

Comments
 (0)