Michael Krupp
Michael Krupp
Any plans on supporting a locally provided protoc, instead of the ones shipped with protoc-jar? This would basically fix the issue of running on Alpine. Edit: nevermind, you actually already...
```xml protoc-jar-maven-plugin com.github.os72 protoc ``` @contrun does this answer your question? :-)
@facelessuser in case you go and take another look at this extension, you might be interest in this implementation of mine, based on your snippets extension: https://gist.github.com/michaelkrupp/564e077eef44a9239b4e7ba7693fef0e (Be aware though,...