File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/patch-dependencies Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 publishToMavenLocal --scan --no-daemon
109+ arguments : check -x spotlessCheck -x checkstyleMain publishToMavenLocal --scan --no-daemon
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 --scan --no-daemon
116+ arguments : publishToMavenLocal -x checkstyleMain - -scan --no-daemon
117117 build-root-directory : opentelemetry-java-instrumentation
118118
119119 - name : cleanup opentelmetry-java-instrumentation
You can’t perform that action at this time.
0 commit comments