Skip to content

Update protoc-gen-grpc-java dependency to > v1.26.0 to be able to build in ARM64 #4248

Closed
@yagop

Description

@yagop

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions