Skip to content

Maven central does not have protoc prebuilts #13070

@yujincheng08

Description

@yujincheng08

What version of protobuf and what language are you using?
3.23.3 for Java

What operating system (Linux, Windows, ...) and version?
Linux

What runtime / compiler are you using (e.g., python version or gcc version)
Java 17

What did you do?
Steps to reproduce the behavior:

  1. Go to https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.23.3/
  2. Scroll down and notice there's no protoc-3.23.3-linux-x86_64.exe or so.

What did you expect to see
There's protoc prebuilts like previous version, e.g. https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.23.2/

What did you see instead?

No protoc prebuilts

Anything else we should know about your project / environment
I use gradle protoc plugin and here you are the error message:

Execution failed for task ':app:generateDebugProto'.
> Could not resolve all files for configuration ':app:protobufToolsLocator_protoc'.
   > Could not find protoc-3.23.3-linux-x86_64.exe (com.google.protobuf:protoc:3.23.3).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.23.3/protoc-3.23.3-linux-x86_64.exe

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions