Open xavipen opened 4 years ago
In protobuffer 3.12.0 it has been added experimental support for optional in proto3.
In order to activate this the following flag should be added to protoc: --experimental_allow_proto3_optional
I have read the documentation and it seems that it is not possible to pass any additional parameter to protoc using this plugin.
It would be great if it would be possible to add arguments to the protocArtifact to be able to activate experimental supports
Hello, I've created a PR to add support of experimental_allow_proto3_optional.
https://github.com/xolstice/protobuf-maven-plugin/pull/78
In protobuffer 3.12.0 it has been added experimental support for optional in proto3.
In order to activate this the following flag should be added to protoc: --experimental_allow_proto3_optional
I have read the documentation and it seems that it is not possible to pass any additional parameter to protoc using this plugin.
It would be great if it would be possible to add arguments to the protocArtifact to be able to activate experimental supports