Skip to content

Commit

Permalink
The telemetry-otel should not publish any client JARs (since it does …
Browse files Browse the repository at this point in the history
…not expose client facing APIs) (#12085) (#12087)

(cherry picked from commit 0a16549)

Signed-off-by: Andriy Redko <[email protected]>
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>
  • Loading branch information
1 parent e8a9944 commit 9da5835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/telemetry-otel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'opensearch.internal-cluster-test'
opensearchplugin {
description 'Opentelemetry based telemetry implementation.'
classname 'org.opensearch.telemetry.OTelTelemetryPlugin'
hasClientJar = true
hasClientJar = false
}

dependencies {
Expand Down

0 comments on commit 9da5835

Please sign in to comment.