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
First, thank you for this awesome tool.
We'd like to use the support for optional params added recently in protoc 3.15.0. Do you have any plans to add embedded support for this release?
The text was updated successfully, but these errors were encountered:
@programmatix As a workaround, you can use <protocVersion>3.15.0</protocVersion>. It will download protoc from the central Maven repository.
<protocVersion>3.15.0</protocVersion>
You might have to configure your <home>/.m2/settings.xml correctly if you're behind a proxy or using a company mirror.
<home>/.m2/settings.xml
Sorry, something went wrong.
This tool is looking for support in the form of sponsorship (most users are enterprises)..
Thanks for the suggestion @KeatsPeeks. After also upgrading everything to latest, it worked great.
No branches or pull requests
First, thank you for this awesome tool.
We'd like to use the support for optional params added recently in protoc 3.15.0. Do you have any plans to add embedded support for this release?
The text was updated successfully, but these errors were encountered: