Skip to content

Commit

Permalink
Add new sources to rules_java distribution filegroup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652773224
Change-Id: Ie5f0504a406898587cb269c259cef869905c9454
  • Loading branch information
hvadehra authored and copybara-github committed Jul 16, 2024
1 parent f1e0b62 commit f7337ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ licenses(["notice"])
filegroup(
name = "srcs",
srcs = glob(["**"]) + [
"//java/bazel/rules:srcs",
"//java/common:srcs",
"//java/private:srcs",
"//java/proto:srcs",
Expand Down
6 changes: 6 additions & 0 deletions java/bazel/rules/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
# limitations under the License.
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//java:__pkg__"],
)

bzl_library(
name = "rules",
srcs = glob(["*.bzl"]),
Expand Down

0 comments on commit f7337ec

Please sign in to comment.