Closed
Description
1. What did you do?
Trying to build java-tron
2. What did you expect to see?
A java-tron builded
3. What did you see instead?
> Could not find protoc-gen-grpc-java-linux-aarch_64.exe (io.grpc:protoc-gen-grpc-java:1.9.0).13 actionable tasks: 13 executed
#8 164.9 Searched in the following locations:
#8 164.9 https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.9.0/protoc-gen-grpc-java-1.9.0-linux-aarch_64.exe
Problem
You are using old version of protoc-gen-grpc-java
which lacks arm64 binaries. See protoc-gen-grpc-java-1.9.0-linux-aarch_64.exe
is missing from https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.9.0/ .
Asking
Update protoc-gen-grpc-java
to >= v1.26.0 in order to be able to build java-tron in arm64.