Skip to content

Commit 9da5835

Browse files
The telemetry-otel should not publish any client JARs (since it does not expose client facing APIs) (#12085) (#12087)
(cherry picked from commit 0a16549) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e8a9944 commit 9da5835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/telemetry-otel/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'opensearch.internal-cluster-test'
1616
opensearchplugin {
1717
description 'Opentelemetry based telemetry implementation.'
1818
classname 'org.opensearch.telemetry.OTelTelemetryPlugin'
19-
hasClientJar = true
19+
hasClientJar = false
2020
}
2121

2222
dependencies {

0 commit comments

Comments
 (0)