Skip to content

Commit 13ec40d

Browse files
committed
grpc
1 parent bda633d commit 13ec40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/apps/gRPC/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val nettyVersion = "4.1.42.Final"
1111
protobuf {
1212
protoc {
1313
// Download compiler rather than using locally installed version:
14-
artifact = "com.google.protobuf:protoc:3.5.0" // first version with support for arm64
14+
artifact = "com.google.protobuf:protoc:3.11.0" // needs to be aligned with the grpc version above
1515
}
1616
plugins {
1717
id("grpc") {

0 commit comments

Comments
 (0)