SpineEventEngine / mc-java

Model Compiler for Java
Apache License 2.0
0 stars 2 forks source link

Migrate to new ProtoData, Step 1. #134

Closed alexander-yevsyukov closed 8 months ago

alexander-yevsyukov commented 8 months ago

This PR initiates the migration to new ProtoData API, the package and artifact structure of which were recently changed.

This PR disables Validation in the the codegen because Validation has not yet migrated to new ProtoData. Once we build new McJava, we'd use it for building newer Validation. Then, with newer Validation, we'd builder newer McJava.

Other notable changes