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

Different protobuf source directory #19

Open
osbornk opened this issue Oct 25, 2014 · 1 comment
Open

Different protobuf source directory #19

osbornk opened this issue Oct 25, 2014 · 1 comment

Comments

@osbornk
Copy link

osbornk commented Oct 25, 2014

Is there a way to change the directory where my protos live to something other than src/main/protobuf?

@corradio
Copy link

I used those two settings to compile .protos at ../protobuf

      scalabuffArgs in ScalaBuff += s"--proto_path=../protobuf/",
      sourceDirectory in ScalaBuff := baseDirectory.value / ".." // automatically appends /protobuf

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

2 participants