We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10ffca commit e45c225Copy full SHA for e45c225
instrumentation/grpc-1.6/javaagent/build.gradle.kts
@@ -8,6 +8,7 @@ muzzle {
8
module.set("grpc-core")
9
versions.set("[1.6.0,)")
10
assertInverse.set(true)
11
+ extraDependency("io.grpc:grpc-protobuf:1.6.0")
12
}
13
14
0 commit comments