Remove grpc-rls from grpc-all dependencies

This commit is contained in:
Chengyuan Zhang 2020-06-11 10:43:25 -07:00
parent c3ea8e7c91
commit 941ea1cc6f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {