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:
- Go to https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.23.3/
- 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
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:
protoc-3.23.3-linux-x86_64.exeor 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: