Skip to content

Commit

Permalink
Remove grpc-rls from grpc-all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Jun 11, 2020
1 parent c3ea8e7 commit 941ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/build.gradle
Expand Up @@ -32,7 +32,7 @@ for (subproject in rootProject.subprojects) {
}

dependencies {
api subprojects.minus(project(':grpc-protobuf-lite'))
api subprojects.minus([project(':grpc-protobuf-lite'), project(':grpc-rls')])
}

javadoc {
Expand Down

0 comments on commit 941ea1c

Please sign in to comment.