There was an error while loading. Please reload this page.
1 parent a053889 commit 8ac43ddCopy full SHA for 8ac43dd
1 file changed
util/build.gradle
@@ -52,3 +52,6 @@ tasks.named("javadoc").configure {
52
exclude 'io/grpc/util/OutlierDetectionLoadBalancer*'
53
exclude 'io/grpc/util/RoundRobinLoadBalancer*'
54
}
55
+
56
+components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
57
+components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }
0 commit comments