Skip to content

Commit

Permalink
all: Add opentelemetry
Browse files Browse the repository at this point in the history
This adds opentelemetry to the shared javadoc (but also other things
like having its tests contribute to code coverage).
  • Loading branch information
ejona86 committed May 14, 2024
1 parent e82b8f0 commit d9e09c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions all/build.gradle
Expand Up @@ -15,6 +15,7 @@ def subprojects = [
project(':grpc-inprocess'),
project(':grpc-netty'),
project(':grpc-okhttp'),
project(':grpc-opentelemetry'),
project(':grpc-protobuf'),
project(':grpc-protobuf-lite'),
project(':grpc-rls'),
Expand Down
4 changes: 4 additions & 0 deletions opentelemetry/build.gradle
Expand Up @@ -41,3 +41,7 @@ tasks.named("compileJava").configure {
".*/build/generated/sources/annotationProcessor/java/.*",
"|")
}

tasks.named("javadoc").configure {
exclude 'io/grpc/opentelemetry/internal/**'
}

0 comments on commit d9e09c2

Please sign in to comment.