Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

jeka-dev/protobuf-plugin

Repository files navigation

SampleBuild Status Maven Central

Jeka library/plugin for Protobuf

This plugin provides a convenient way to compile protobuf files and integrate it in your Jeka builds.

How to use

JkSourceGenerator protocGenerator = JkProtocSourceGenerator.of(project, "src/main/proto");
project.prodCompilation.addSourceGenerator(protocGenerator);

See example

Testimonial

This plugin make use of https://github.com/os72/protoc-jar library.

Developer Notes

How to build

To build both plugin and sample, execute :

On Linux or MacOS

./jekaw build

On windows

jekaw build

How to release

Commit with a comment formatted as Release:X.X.X and push.