Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the proto files out of the Gradle project tree #11

Open
siburu opened this issue Jun 30, 2021 · 0 comments
Open

Move the proto files out of the Gradle project tree #11

siburu opened this issue Jun 30, 2021 · 0 comments

Comments

@siburu
Copy link
Contributor

siburu commented Jun 30, 2021

Currently the proto files defined in Corda-IBC exist under proto/src/main/proto/..., but these paths are difficult to use and inappropriate, for other languages like Go or Rust.
To fix this, we should do:

  • Rename the Gradle subproject proto to gentypes.
  • Make a new directory proto and move the proto files out of gentypes/src/main/proto/... to the new directory.
  • Fix gentypes/build.gradle to refer it to the proto files.
  • Also fix go/... and rust/... to use the new paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant