We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to have an ability to exclude some protofiles from code generation. I tried to add:
excludeFilter in unmanagedSources := "filename.proto"
to build.sbt, but it is ignored.
The text was updated successfully, but these errors were encountered:
The next version of sbt-scalapb (0.6) invokes sbt-protobuf which picks up the proto files. This can be fixed once sbt/sbt-protobuf#29 is merged.
Sorry, something went wrong.
Looks like changes in sbt-protobuf are merged now, and new version (0.5.0) is released.
Merge pull request #24 from xuwei-k/patch-1
a351d55
sbt 0.13.17
No branches or pull requests
I'd like to have an ability to exclude some protofiles from code generation. I tried to add:
to build.sbt, but it is ignored.
The text was updated successfully, but these errors were encountered: