Skip to content

Commit

Permalink
chore: migrate clouderrorreporting to the Java microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 345608665
  • Loading branch information
Google APIs authored and Copybara-Service committed Dec 4, 2020
1 parent d189e87 commit 16e91be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions google/devtools/clouderrorreporting/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ proto_library_with_info(

##############################################################################
# Java
# DO NOT OVERRIDE this Java microgenerator section with autogenerated rules.
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
java_gapic_assembly_gradle_pkg = "java_gapic_assembly_gradle_pkg2",
java_gapic_library = "java_gapic_library2",
java_gapic_test = "java_gapic_test2",
"java_grpc_library",
"java_proto_library",
)
Expand All @@ -60,11 +61,10 @@ java_grpc_library(

java_gapic_library(
name = "clouderrorreporting_java_gapic",
src = ":clouderrorreporting_proto_with_info",
srcs = [":clouderrorreporting_proto_with_info"],
gapic_yaml = "errorreporting_gapic.yaml",
grpc_service_config = "errorreporting_grpc_service_config.json",
package = "google.devtools.clouderrorreporting.v1beta1",
service_yaml = "clouderrorreporting_v1beta1.yaml",
test_deps = [
":clouderrorreporting_java_grpc",
],
Expand Down

0 comments on commit 16e91be

Please sign in to comment.