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