Skip to content

Commit

Permalink
fix: remove unused package option from java_gapic_library [gapic-gene…
Browse files Browse the repository at this point in the history
…rator] (#3341)

* fix: remove unused package option from java_gapic_library

* fix: update BUILD.bazel golden baseline file
  • Loading branch information
miraleung committed Feb 2, 2021
1 parent 92a3652 commit 854d94b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ java_gapic_library(
name = "{{name}}_java_gapic",
srcs = [":{{name}}_proto_with_info"],
grpc_service_config = {{grpc_service_config}},
package = "{{package}}",
test_deps = [
":{{name}}_java_grpc",{{java_gapic_test_deps}}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ java_gapic_library(
name = "library_java_gapic",
srcs = [":library_proto_with_info"],
grpc_service_config = "library_example_grpc_service_config.json",
package = "google.example.library.v1",
test_deps = [
":library_java_grpc",
],
Expand Down

0 comments on commit 854d94b

Please sign in to comment.