Skip to content

Commit 941ea1c

Browse files
committed
Remove grpc-rls from grpc-all dependencies
1 parent c3ea8e7 commit 941ea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for (subproject in rootProject.subprojects) {
3232
}
3333

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

3838
javadoc {

0 commit comments

Comments
 (0)