os72 / protoc-jar-maven-plugin

Protocol Buffers protobuf maven plugin - based on protoc-jar multi-platform executable protoc JAR
http://os72.github.io/protoc-jar-maven-plugin/
Apache License 2.0
253 stars 79 forks source link

Unsupported platform: protoc-3.19.0-linux-x86_64.exe #131

Open elarevzin opened 2 years ago

elarevzin commented 2 years ago

I am getting the following error: [ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.11.4:run (default) on project relshp-query: Error extracting protoc for version 3.19.0: Unsupported platform: protoc-3.19.0-linux-x86_64.exe

Please assist,

Thank you in advance, Ela

xumanbu commented 1 year ago

I also encountered this problem.

xumanbu commented 1 year ago

Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.11.4:run (default) on project orc-core: Error extracting protoc for version 3.21.5: Unsupported platform: protoc-3.21.5-osx-x86_64.exe -> [Help 1]

spensonshih commented 6 months ago

I encountered the same. Please checkout the fork: https://github.com/blackrock/protoc-jar-maven-plugin

This forked version uses Google’s Protoc version 3.25.1 by default which supports osx aarch64.