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 f8bc976 commit 99e623cCopy full SHA for 99e623c
.github/actions/patch-dependencies/action.yml
@@ -161,7 +161,7 @@ runs:
161
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
162
if: ${{ env.patch_otel_java_instrumentation == 'true' }}
163
with:
164
- arguments: build publishToMavenLocal --scan --no-daemon --quiet
+ arguments: build publishToMavenLocal -x checkstyleMain --scan --no-daemon --quiet
165
build-root-directory: opentelemetry-java-instrumentation
166
167
- name: Debug opentelemetry-java-instrumentation build failures
0 commit comments