Skip to content

Commit a600649

Browse files
zhaoqxucopybara-github
authored andcommitted
Revert setting the JavaDeployJar action's param file format to "multiline".
PiperOrigin-RevId: 582406336 Change-Id: Iad1dbc14bdef5c37851d44e52a950ddea9064e66
1 parent 1064844 commit a600649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/java.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ def _singlejar(
393393
args.add_all("--include_prefixes", include_prefixes)
394394

395395
args.use_param_file("@%s")
396-
args.set_param_file_format("multiline")
397396

398397
ctx.actions.run(
399398
executable = java_toolchain[java_common.JavaToolchainInfo].single_jar,

0 commit comments

Comments
 (0)