Skip to content

Commit 0fe6090

Browse files
committed
exclude quarkus plugins
1 parent a7daf14 commit 0fe6090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
set +e
134134
grep '^ implementation(".*:.*:[0-9].*")\|^ api(".*:.*:[0-9].*")' \
135135
--include=\*.kts \
136+
--exclude-dir=quarkus\*-plugin \
136137
-r instrumentation \
137138
| grep -v testing/build.gradle.kts \
138139
| grep -v com.azure:azure-core-tracing-opentelemetry \

0 commit comments

Comments
 (0)