Skip to content

Commit 8b35164

Browse files
authored
[7.x] Fix auto_create_deploy_jars in java_binary for IntelliJ (#235)
See #230 PiperOrigin-RevId: 683574444 Change-Id: I4d1fe8e90392c37cc873ad97f079c9f3d9b401d5 (cherry picked from commit 071069d)
1 parent 000585f commit 8b35164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/common/rules/impl/java_binary_impl.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def _auto_create_deploy_jar(ctx, info, launcher_info, main_class, coverage_main_
447447
resources = java_attrs.resources,
448448
classpath_resources = java_attrs.classpath_resources,
449449
runtime_classpath = runtime_classpath,
450-
manifest_lines = info.manifest_lines,
450+
manifest_lines = [],
451451
build_info_files = [],
452452
build_target = str(ctx.label),
453453
output = output,

0 commit comments

Comments
 (0)