idpass / idpass-lite

A library to create and interact with secure and biometrically-binding QR code identity cards
https://www.idpass.org/
Apache License 2.0
28 stars 5 forks source link

Automate `libs` generation when `.proto` is updated #4

Closed typelogic closed 3 years ago

typelogic commented 3 years ago

Currently, when a protobuf definition is updated, there are still left some manual process to rebuild everything into a cohesive whole. The proto files jar needs to be manually generated and combine into one idpasslite.proto.jar using a manual step that is not in the build script.

typelogic commented 3 years ago

The recent transparent protobuf auto-generation in https://github.com/idpass/idpass-lite-java/commit/57e5331b9bb3e0843368964a3ce1e31160df32f3 no longer requires the manual generation of idpasslite.proto.jar here.