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 ccd8b1b commit 4485904Copy full SHA for 4485904
all/build.gradle
@@ -56,7 +56,8 @@ tasks.named('jacocoTestReport', JacocoReport) {
56
!it.absolutePath.contains("io/opentelemetry/proto/") &&
57
!it.absolutePath.contains("io/opentelemetry/exporter/jaeger/proto/") &&
58
!it.absolutePath.contains("io/opentelemetry/sdk/extension/trace/jaeger/proto/") &&
59
- !it.absolutePath.contains("io/opentelemetry/api/trace/attributes/SemanticAttributes")
+ !it.absolutePath.contains("io/opentelemetry/api/trace/attributes/SemanticAttributes") &&
60
+ !it.absolutePath.contains("AutoValue_")
61
})
62
}
63
additionalSourceDirs(sourcesPath.incoming.artifactView { lenient(true) }.files)
0 commit comments