-
Hi,
I'm trying to rewrite this [maven build script](https://quarkus.io/guides/grpc-getting-started#generating-java-files-from-proto-with-protobuf-maven-plugin) into gradle and i'm stuck with this …
-
### Problem description
When I install grpc-tools and try to run code generation (i.e. `node node_modules/.bin/grpc_tools_node_protoc [...]`), I get an error
```
node_modules/.bin/grpc_tools_no…
-
### What happened?
The reported line numbers from running the buf_lint_aspect are always `:1:1`, which adds friction to resolving lint errors especially when the source file is large.
### Vers…
-
Hi,
In our CI, our platform start prohibit anonymous access to our central maven repository.
Since restriction was applied I start getting the following error:
**_[ERROR] Failed to execute goal…
-
See https://docs.gradle.org/current/userguide/designing_gradle_plugins.html#capabilities-vs-conventions
It would be nice, if adding protobuf plugin to a java library would automatically configure p…
-
I'm using the pbandk plugin with google's protobuf-gradle-plugin as per your example.
I'm on windows, and the only way i can get it to work is by specifying the path to `protoc-get.kotlin.bat` in the…
-
Hi,
I completed the following steps before this issue:
1) git clone https://github.com/grpc/grpc.git & make install
2) git clone https://github.com/google/protobuf.git & make install
3)git clone h…
-
**Is your feature request related to a problem? Please describe.**
I would like to use the latest released version of Protobuf (4.27.0). Find the latest version from https://mvnrepository.com/artifac…
-
After following the steps in the README.md file I am not able to generate the proto files from the command line
```
git clone git@github.com:grpc/grpc-kotlin.git
cd grpc-kotlin/
./gradlew build
…
-
After installation
pear channel-discover pear.pollinimini.net
pear install drslump/Protobuf-beta
I still can't run this generator. With output like this :
sudo protoc --plugin=protoc-gen-php --ph…