Concordium / concordium-java-sdk

A Java SDK for interacting with the Concordium Blockchain.
https://developer.concordium.software/concordium-java-sdk/javadoc/concordium-sdk/apidocs
Apache License 2.0
6 stars 3 forks source link

Mac release does not work on Arm architecture Macs (M1/M2) #204

Closed smh1001 closed 1 year ago

smh1001 commented 1 year ago

Description of the problem: “I’m trying to build the java SDK on my Mac, but the Maven POM file seems to be lacking a few dependencies. I solved a few, but still struggling. Have you tested the SDK on OSX, or do you run in exclusively on Linux?”

“Seems like the selected version of protoc-gen-grpc-java does not support osx aarch 64 - I’ve bumped it to 1.53.0. Have not tested it fully, but it builds... also added a dependency to protobuf-java that was not available.”

MilkywayPirate commented 1 year ago

Closing this as https://github.com/Concordium/concordium-java-sdk/pull/205 was merged and eventually also released.