Skip to content

Commit b4b0466

Browse files
hvadehrarules_java Copybara
authored andcommitted
Move java_stub_template.txt out of Bazel and into @rules_java
The copy in Bazel can be deleted once we update Bazel to a `rules_java` version containing this change. PiperOrigin-RevId: 715357586 Change-Id: I14878f635aad7270854d7bcc29c05de9bff8af87
1 parent 4e2b65f commit b4b0466

3 files changed

Lines changed: 412 additions & 2 deletions

File tree

java/bazel/rules/bazel_java_binary.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def make_java_binary(executable):
363363
</p>
364364
<p>
365365
The wrapper script accepts several unique flags. Refer to
366-
<code>//src/main/java/com/google/devtools/build/lib/bazel/rules/java/java_stub_template.txt</code>
366+
<code>java_stub_template.txt</code>
367367
for a list of configurable flags and environment variables accepted by the wrapper.
368368
</p>
369369

0 commit comments

Comments
 (0)