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 0137e0f commit 1b602fcCopy full SHA for 1b602fc
.github/workflows/dependency-submission.yml
@@ -7,6 +7,9 @@ on:
7
permissions:
8
contents: write
9
10
+env:
11
+ GRADLE_OPTS: "-Dorg.gradle.console=plain -Dorg.gradle.daemon=false -Dorg.gradle.stacktrace=always"
12
+
13
jobs:
14
dependency-submission:
15
runs-on: ubuntu-latest
@@ -22,7 +25,6 @@ jobs:
22
25
id: dependency-submission
23
26
uses: gradle/actions/dependency-submission@v4
24
27
with:
- additional-arguments: ' --console=plain --no-daemon '
28
dependency-graph-exclude-projects: ':(typed-ids-testing|testing-*)'
29
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
30
0 commit comments