Skip to content

Commit 2095190

Browse files
cpovirkrules_java Copybara
authored andcommitted
Refer to the SingleJar "executable" instead of "deploy jar."
I don't think it's been a deploy jar in any environment for a while, and whatever it is, I think we run it directly as a executable. PiperOrigin-RevId: 839725877 Change-Id: I8d8e67b3eb7bd4af11387efb727853740370f565
1 parent dbd8cb4 commit 2095190

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/common/rules/java_toolchain.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ JavaToolchainInfo, _new_javatoolchaininfo = provider(
4343
"jvm_opt": "(depset[str]) The default options for the JVM running the java compiler and associated tools.",
4444
"label": "(label) The toolchain label.",
4545
"proguard_allowlister": "(FilesToRunProvider) The binary to validate proguard configuration.",
46-
"single_jar": "(FilesToRunProvider) The SingleJar deploy jar.",
46+
"single_jar": "(FilesToRunProvider) The SingleJar executable.",
4747
"source_version": "(str) The java source version.",
4848
"target_version": "(str) The java target version.",
4949
"tools": "(depset[File]) The compilation tools.",
@@ -546,7 +546,7 @@ Label of the Proguard allowlister.
546546
allow_files = True,
547547
executable = True,
548548
doc = """
549-
Label of the SingleJar deploy jar.
549+
Label of the SingleJar executable.
550550
""",
551551
),
552552
"source_version": attr.string(

0 commit comments

Comments
 (0)