We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d086f5a commit 9798e4aCopy full SHA for 9798e4a
all/build.gradle
@@ -15,6 +15,7 @@ def subprojects = [
15
project(':grpc-inprocess'),
16
project(':grpc-netty'),
17
project(':grpc-okhttp'),
18
+ project(':grpc-opentelemetry'),
19
project(':grpc-protobuf'),
20
project(':grpc-protobuf-lite'),
21
project(':grpc-rls'),
opentelemetry/build.gradle
@@ -41,3 +41,7 @@ tasks.named("compileJava").configure {
41
".*/build/generated/sources/annotationProcessor/java/.*",
42
"|")
43
}
44
+
45
+tasks.named("javadoc").configure {
46
+ exclude 'io/grpc/opentelemetry/internal/**'
47
+}
0 commit comments