Skip to content

Commit 341236d

Browse files
committed
Skip checkstyleMain to avoid dependency issues
1 parent ba49eef commit 341236d

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 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

0 commit comments

Comments
 (0)