Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ dependencies { protobuf { // Configure the protoc executable protoc { artifact = "com.google.protobuf:protoc:${protocVersion}" artifact = "com.google.protobuf:protoc:${protocVersion}${PROTO_ARCH_SUFFIX}" } generateProtoTasks { all().each { task -> Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ dependencies { protobuf { // Configure the protoc executable protoc { artifact = "com.google.protobuf:protoc:${protocVersion}" artifact = "com.google.protobuf:protoc:${protocVersion}${PROTO_ARCH_SUFFIX}" } generateProtoTasks { all().each { task -> Loading