Skip to content

Commit

Permalink
Update resource_jars attribute documentation.
Browse files Browse the repository at this point in the history
Addressing comment in bazelbuild#13221 (comment)

PiperOrigin-RevId: 433668863
  • Loading branch information
comius authored and copybara-github committed Mar 10, 2022
1 parent 5a4b3dd commit 815dfda
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,7 @@ class on the runtime classpath or you specify the <code>runtime_deps</code> argu
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(attr("resource_strip_prefix", STRING))
/* <!-- #BLAZE_RULE($java_rule).ATTRIBUTE(resource_jars) -->
Set of archives containing Java resources.
<p>
If specified, the contents of these jars are merged into the output jar.
</p>
Deprecated: Use java_import and deps or runtime_deps instead.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(
attr("resource_jars", LABEL_LIST)
Expand Down

0 comments on commit 815dfda

Please sign in to comment.