We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd5f4b commit b58725aCopy full SHA for b58725a
1 file changed
google/cloud/location/BUILD.bazel
@@ -36,6 +36,7 @@ load(
36
"@com_google_googleapis_imports//:imports.bzl",
37
"java_grpc_library",
38
"java_proto_library",
39
+ "java_gapic_assembly_gradle_pkg"
40
)
41
42
java_proto_library(
@@ -49,6 +50,18 @@ java_grpc_library(
49
50
deps = [":location_java_proto"],
51
52
53
+
54
+# Please DO-NOT-REMOVE this section.
55
+# This is required to generate java files for these protos.
56
+# Open Source Packages
57
+java_gapic_assembly_gradle_pkg(
58
+ name = "google-cloud-location-java",
59
+ deps = [
60
+ ":location_java_grpc",
61
+ ":location_java_proto",
62
+ ],
63
+)
64
65
##############################################################################
66
# Go
67
0 commit comments