rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.35k stars 354 forks source link

support netty boringssl aarch_64 classifier #1107

Open sullis opened 3 months ago

sullis commented 3 months ago

support netty boringssl aarch_64

Motivation:

Netty boringssl is available on arm64 (aarch_64)

Let's use the proper classifier.

Modifications:

update build.gradle

Result:

Correct artifact is observed on MacOS arm64 laptop.

sullis commented 3 months ago

WDYT? @OlegDokuka

sullis commented 2 months ago

Ready for review