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

Latest commit

 

History

History
42 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.02 KB

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.