chore: migrate example/library to the Java microgenerator
Committer: @miraleung PiperOrigin-RevId: 345498172
This commit is contained in:
parent
4a3201d446
commit
07027f95bf
|
|
@ -33,12 +33,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",
|
||||
)
|
||||
|
|
@ -56,10 +57,9 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "library_java_gapic",
|
||||
src = ":library_proto_with_info",
|
||||
srcs = [":library_proto_with_info"],
|
||||
gapic_yaml = "library_example_gapic.yaml",
|
||||
package = "google.example.library.v1",
|
||||
service_yaml = "//google/example/library:library_example_v1.yaml",
|
||||
test_deps = [
|
||||
":library_java_grpc",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue