File: BUILD

package info (click to toggle)
bazel-rules-java 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 5
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# TODO(aiuto): Find a way to strip this rule from the distribution tarball.
filegroup(
    name = "distribution",
    srcs = glob([
        "**",
    ]) + [
        "//java/constraints:srcs",
    ],
    visibility = [
        "@//distro:__pkg__",
    ],
)