Skip to content

Commit ff3ef41

Browse files
committed
Add --quiet flag to reduce build output
1 parent b57735a commit ff3ef41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/patch-dependencies/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ runs:
106106
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
107107
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
108108
with:
109-
arguments: check -x spotlessCheck -Dcheckstyle.skip=true publishToMavenLocal --scan --no-daemon
109+
arguments: check -x spotlessCheck -Dcheckstyle.skip=true publishToMavenLocal --scan --no-daemon --quiet
110110
build-root-directory: opentelemetry-java-instrumentation
111111

112112
- name: Build opentelemetry java instrumentation
113113
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
114114
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests == 'false' }}
115115
with:
116-
arguments: publishToMavenLocal -Dcheckstyle.skip=true --scan --no-daemon
116+
arguments: publishToMavenLocal -Dcheckstyle.skip=true --scan --no-daemon --quiet
117117
build-root-directory: opentelemetry-java-instrumentation
118118

119119
- name: cleanup opentelmetry-java-instrumentation

0 commit comments

Comments
 (0)