Skip to content

Commit 5d36db2

Browse files
hvadehrarules_java Copybara
authored andcommitted
Make java_stub_template.txt visible to @bazel_tools
Once this is released, `@bazel_tools` can re-export this publicly to preserve the old behavior. This is just temporary to avoid breaking any users for now. The plan is to drop this in the next major version bump. PiperOrigin-RevId: 719206974 Change-Id: Ic99680e46507530f1c485429c291db934b3084f2
1 parent 61be667 commit 5d36db2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

java/bazel/rules/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ filegroup(
4444
],
4545
visibility = ["//java:__pkg__"],
4646
)
47+
48+
# TODO: remove this in the next major version (rules_java 9.x / Bazel 9.x)
49+
exports_files(
50+
["java_stub_template.txt"],
51+
visibility = ["@bazel_tools//tools/java:__pkg__"],
52+
)

0 commit comments

Comments
 (0)