DEV Community

Discussion on: Config Gradle to generate Java code from Protobuf

Collapse
 
mvpchenj profile image
mvpchenj

For M1 (Apple Silicon),it will build error "Could not find protoc-3.0.0-osx-aarch_64.exe", So should append ":osx-x86_64" after value of artifact.
The issue can be see in github.com/grpc/grpc-java/issues/7690