We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ea8e7 commit 941ea1cCopy full SHA for 941ea1c
1 file changed
all/build.gradle
@@ -32,7 +32,7 @@ for (subproject in rootProject.subprojects) {
32
}
33
34
dependencies {
35
- api subprojects.minus(project(':grpc-protobuf-lite'))
+ api subprojects.minus([project(':grpc-protobuf-lite'), project(':grpc-rls')])
36
37
38
javadoc {
0 commit comments