Skip to content

Commit

Permalink
Fix auto_create_deploy_jars in java_binary for IntelliJ
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683574444
Change-Id: I4d1fe8e90392c37cc873ad97f079c9f3d9b401d5
  • Loading branch information
hvadehra authored and rules_java Copybara committed Oct 8, 2024
1 parent 87e5aac commit 071069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/common/rules/impl/java_binary_impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def _auto_create_deploy_jar(ctx, info, launcher_info, main_class, coverage_main_
resources = java_attrs.resources,
classpath_resources = java_attrs.classpath_resources,
runtime_classpath = runtime_classpath,
manifest_lines = info.manifest_lines,
manifest_lines = [],
build_info_files = [],
build_target = str(ctx.label),
output = output,
Expand Down

0 comments on commit 071069d

Please sign in to comment.