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 aca13a6 commit e1b39c1Copy full SHA for e1b39c1
smoke-tests/apps/gRPC/build.gradle.kts
@@ -11,7 +11,7 @@ val nettyVersion = "4.1.42.Final"
11
protobuf {
12
protoc {
13
// Download compiler rather than using locally installed version:
14
- artifact = "com.google.protobuf:protoc:3.5.0" // first version with support for arm64
+ artifact = "com.google.protobuf:protoc:3.11.0" // needs to be aligned with the grpc version above
15
}
16
plugins {
17
id("grpc") {
0 commit comments