Skip to content

Commit

Permalink
fix: preserve the value of opt_args parameter (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Jan 8, 2021
1 parent c38caeb commit f9cf185
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ class ApiVersionedDir {

private static final String[] PRESERVED_PROTO_LIBRARY_LIST_ATTRIBUTES = {
// All languages:
"extra_protoc_parameters", "extra_protoc_file_parameters",
"extra_protoc_parameters",
"extra_protoc_file_parameters",
// Python:
"opt_args",
// Other languages: add below
};

Expand Down

0 comments on commit f9cf185

Please sign in to comment.