mirror of https://github.com/grpc/grpc-java.git
Remove grpc-rls from grpc-all dependencies
This commit is contained in:
parent
c3ea8e7c91
commit
941ea1cc6f
|
|
@ -32,7 +32,7 @@ for (subproject in rootProject.subprojects) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api subprojects.minus(project(':grpc-protobuf-lite'))
|
api subprojects.minus([project(':grpc-protobuf-lite'), project(':grpc-rls')])
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc {
|
javadoc {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue