Skip to content

Make library build process match other authzed libs #100

Open
@tstirrat15

Description

@tstirrat15

Description

Most of our other libs, including those that have static compilation (like csharp), use buf generate to go directly from remote proto to generated code. This lib is currently using buf export and the gradle build process to run the compilation steps locally.

It'd be nice if this matched other libraries.

It'd also make it easier to inspect the library code and understand what's going on, since the generated source code would be visible and names of various classes would be inspectable. That was something painful to me as a consumer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions