Commit 5b62b70
fix: add proto directory to dist
Copybara Import from #155
BEGIN_PUBLIC
fix: add proto directory to dist (#155)
the output from distribution artficat;
```
$ tar -tf bazel-bin/distro/rules_java-7.3.0.tar.gz
./AUTHORS
./BUILD
./LICENSE
./MODULE.bazel
./WORKSPACE
./java/
./java/BUILD
./java/defs.bzl
./java/extensions.bzl
./java/java_single_jar.bzl
./java/java_utils.bzl
./java/private/
./java/private/BUILD
./java/private/native.bzl
./java/proto/
./java/proto/BUILD
./java/repositories.bzl
./toolchains/
./toolchains/BUILD
./toolchains/DumpPlatformClassPath.java
./toolchains/default_java_toolchain.bzl
./toolchains/fail_rule.bzl
./toolchains/java_toolchain_alias.bzl
./toolchains/jdk_build_file.bzl
./toolchains/local_java_repository.bzl
./toolchains/remote_java_repository.bzl
./toolchains/toolchain_utils.bzl
```
Closes #155
END_PUBLIC
COPYBARA_INTEGRATE_REVIEW=#155 from thesayyn:proto_build daa1e80
PiperOrigin-RevId: 584603562
Change-Id: Iaa2b1366c0caf77e13573327d226698ee5f56db11 parent 336963d commit 5b62b70
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments