protoc の aarch64 対応は 3.17.3 から。
> Could not resolve all files for configuration ':protobufToolsLocator_protoc'.
> Could not find protoc-3.15.0-osx-aarch_64.exe (com.google.protobuf:protoc:3.15.0).
Searched in the following locations:
https://中略/com/google/protobuf/protoc/3.15.0/protoc-3.15.0-osx-aarch_64.exe
というようなエラーが出るときがある。
この対応は 3.17.3 で入っている。 https://github.com/protocolbuffers/protobuf/pull/8557 https://search.maven.org/artifact/com.google.protobuf/protoc/3.17.3/pom
一旦、x86_64 用のバイナリをダウンロードさせるようになったようだ。
Published: 2021-11-17(Wed) 11:23