Skip to content

Commit 9798e4a

Browse files
committed
all: Add opentelemetry
This adds opentelemetry to the shared javadoc (but also other things like having its tests contribute to code coverage).
1 parent d086f5a commit 9798e4a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

all/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def subprojects = [
1515
project(':grpc-inprocess'),
1616
project(':grpc-netty'),
1717
project(':grpc-okhttp'),
18+
project(':grpc-opentelemetry'),
1819
project(':grpc-protobuf'),
1920
project(':grpc-protobuf-lite'),
2021
project(':grpc-rls'),

opentelemetry/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ tasks.named("compileJava").configure {
4141
".*/build/generated/sources/annotationProcessor/java/.*",
4242
"|")
4343
}
44+
45+
tasks.named("javadoc").configure {
46+
exclude 'io/grpc/opentelemetry/internal/**'
47+
}

0 commit comments

Comments
 (0)