Skip to content

Commit

Permalink
github actions: dependency submission without gradle deamon
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Nov 15, 2024
1 parent 6763c86 commit 816ffe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: dependency-submission
uses: gradle/actions/dependency-submission@v4
with:
additional-arguments: ' --console=plain '
additional-arguments: ' --console=plain --no-daemon '
dependency-graph-exclude-projects: ':(typed-ids-testing|testing-*)'
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'

Expand Down

0 comments on commit 816ffe7

Please sign in to comment.