Closed Oleg-Melnik closed 1 month ago
This PR moves codegen-plugins Gradle project to the master branch.
codegen-plugins
master
The structure of codegen-related modules is changed and currently it looks like the following:
— Chords
Chords
codegen
runtime
MessageField
MessageOneof
MessageDef
plugins
workspace
codegen_workspace
tests
This PR moves
codegen-plugins
Gradle project to themaster
branch.The structure of codegen-related modules is changed and currently it looks like the following:
—
Chords
codegen
runtime
— Chords module withMessageField
,MessageOneof
, andMessageDef
interfaces.plugins
— separate Gradle project with ProtoData plugins.workspace
— git submodule that referscodegen_workspace
branch with separate Gradle project.tests
— Chords module wherecodegen-plugins
are applied and tests are executed.