We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
java_binary.classlist
1 parent da7b49b commit 3d7d157Copy full SHA for 3d7d157
1 file changed
src/main/starlark/builtins_bzl/common/java/java_runtime.bzl
@@ -185,10 +185,8 @@ java_runtime(
185
cfg = "target",
186
doc = """
187
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.
+is enabled for a <code>java_binary</code> target the <code>java_runtime</code>
+default CDS is packaged in the hermetic deploy JAR.
192
""",
193
),
194
"hermetic_srcs": attr.label_list(
0 commit comments