Skip to content

Commit 99e623c

Browse files
committed
test
1 parent f8bc976 commit 99e623c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ runs:
161161
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
162162
if: ${{ env.patch_otel_java_instrumentation == 'true' }}
163163
with:
164-
arguments: build publishToMavenLocal --scan --no-daemon --quiet
164+
arguments: build publishToMavenLocal -x checkstyleMain --scan --no-daemon --quiet
165165
build-root-directory: opentelemetry-java-instrumentation
166166

167167
- name: Debug opentelemetry-java-instrumentation build failures

0 commit comments

Comments
 (0)