protoc-jar-maven-plugin icon indicating copy to clipboard operation
protoc-jar-maven-plugin copied to clipboard

Support for protoc 3.15.0

Open programmatix opened this issue 4 years ago • 3 comments

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?

programmatix avatar May 27 '21 13:05 programmatix

@programmatix As a workaround, you can use <protocVersion>3.15.0</protocVersion>. It will download protoc from the central Maven repository.

You might have to configure your <home>/.m2/settings.xml correctly if you're behind a proxy or using a company mirror.

KeatsPeeks avatar Jul 12 '21 18:07 KeatsPeeks

This tool is looking for support in the form of sponsorship (most users are enterprises)..

os72 avatar Jul 12 '21 22:07 os72

Thanks for the suggestion @KeatsPeeks. After also upgrading everything to latest, it worked great.

programmatix avatar Jul 29 '21 05:07 programmatix