Skip to content

Commit

Permalink
chore: generate java files for source_context.proto
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 407625510
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 4, 2021
1 parent 7ab35b4 commit 25c7592
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions google/devtools/source/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ proto_library_with_info(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_gapic_assembly_gradle_pkg",
"java_grpc_library",
"java_proto_library",
)
Expand All @@ -45,6 +46,18 @@ java_grpc_library(
deps = [":source_java_proto"],
)

# Please DO-NOT-REMOVE this section.
# This is required to generate java files for these protos.
# Open Source Packages
java_gapic_assembly_gradle_pkg(
name = "google-devtools-source-v1-java",
deps = [
":source_java_proto",
":source_java_grpc",
":source_proto",
],
)

##############################################################################
# Go
##############################################################################
Expand Down

0 comments on commit 25c7592

Please sign in to comment.