We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protoc
sbt supports using the system-installed protoc executable (https://doc.akka.io/docs/akka-grpc/current/buildtools/sbt.html#using-a-local-protoc-command).
It would be useful to support the same from the Maven plugin, which would mean a change at https://github.com/akka/akka-grpc/blob/main/maven-plugin/src/main/scala/akka/grpc/maven/AbstractGenerateMojo.scala#L206
The text was updated successfully, but these errors were encountered:
proto
No branches or pull requests
sbt supports using the system-installed
protoc
executable (https://doc.akka.io/docs/akka-grpc/current/buildtools/sbt.html#using-a-local-protoc-command).It would be useful to support the same from the Maven plugin, which would mean a change at https://github.com/akka/akka-grpc/blob/main/maven-plugin/src/main/scala/akka/grpc/maven/AbstractGenerateMojo.scala#L206
The text was updated successfully, but these errors were encountered: