Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer authored Nov 8, 2018
1 parent c6dbde4 commit 57f840f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ protobuf {
proto_builders {
filter { exclude_path: "google/*" }
unwrap_builders: true
use_dsl_markers: true
}
grpc_stub_exts {
support_coroutines: true
Expand Down Expand Up @@ -399,7 +400,8 @@ insertions {
"protoBuilders": [
{
"filter": { "excludePath": ["google/*"] },
"unwrapBuilders": true
"unwrapBuilders": true,
"useDslMarkers": true
}
],
"grpcStubExts": [
Expand Down

0 comments on commit 57f840f

Please sign in to comment.