Skip to content

Commit 3d7d157

Browse files
cushoncopybara-github
authored andcommitted
Remove java_binary.classlist
PiperOrigin-RevId: 702233460 Change-Id: I8f334d93bc269a920ee88c341e9b3bd6a8768040
1 parent da7b49b commit 3d7d157

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/main/starlark/builtins_bzl/common/java/java_runtime.bzl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,8 @@ java_runtime(
185185
cfg = "target",
186186
doc = """
187187
Default CDS archive for hermetic <code>java_runtime</code>. When hermetic
188-
is enabled for a <code>java_binary</code> target and if the target does not
189-
provide its own CDS archive by specifying the
190-
<a href="${link java_binary.classlist}"><code>classlist</code></a> attribute,
191-
the <code>java_runtime</code> default CDS is packaged in the hermetic deploy JAR.
188+
is enabled for a <code>java_binary</code> target the <code>java_runtime</code>
189+
default CDS is packaged in the hermetic deploy JAR.
192190
""",
193191
),
194192
"hermetic_srcs": attr.label_list(

0 commit comments

Comments
 (0)