This plugin provides a convenient way to compile protobuf files and integrate it in your Jeka builds.
JkSourceGenerator protocGenerator = JkProtocSourceGenerator.of(project, "src/main/proto");
project.prodCompilation.addSourceGenerator(protocGenerator);
See example
This plugin make use of https://github.com/os72/protoc-jar library.
To build both plugin and sample, execute :
On Linux or MacOS
./jekaw build
On windows
jekaw build
Commit with a comment formatted as Release:X.X.X and push.