Skip to content

Commit 1b602fc

Browse files
committed
github actions: move gradle options to GRADLE_OPTS
1 parent 0137e0f commit 1b602fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
permissions:
88
contents: write
99

10+
env:
11+
GRADLE_OPTS: "-Dorg.gradle.console=plain -Dorg.gradle.daemon=false -Dorg.gradle.stacktrace=always"
12+
1013
jobs:
1114
dependency-submission:
1215
runs-on: ubuntu-latest
@@ -22,7 +25,6 @@ jobs:
2225
id: dependency-submission
2326
uses: gradle/actions/dependency-submission@v4
2427
with:
25-
additional-arguments: ' --console=plain --no-daemon '
2628
dependency-graph-exclude-projects: ':(typed-ids-testing|testing-*)'
2729
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
2830

0 commit comments

Comments
 (0)