Skip to content

Commit

Permalink
util: Disable publishing of fixtures
Browse files Browse the repository at this point in the history
We do the same in grpc-api and grpc-core
  • Loading branch information
ejona86 committed Dec 6, 2023
1 parent a053889 commit 8ac43dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ tasks.named("javadoc").configure {
exclude 'io/grpc/util/OutlierDetectionLoadBalancer*'
exclude 'io/grpc/util/RoundRobinLoadBalancer*'
}

components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }

0 comments on commit 8ac43dd

Please sign in to comment.