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.
1 parent ce384ad commit 824889aCopy full SHA for 824889a
rules/proguard.bzl
@@ -662,7 +662,7 @@ def _merge_proguard_maps(
662
def _fail_action(ctx, *outputs):
663
ctx.actions.run_shell(
664
outputs = [output for output in outputs if output != None],
665
- command = "echo \"Unable to run proguard without `proguard_specs`\"; exit 1;",
+ command = "echo \"Unable to run proguard without \\`proguard_specs\\`\"; exit 1;",
666
)
667
668
proguard = struct(
0 commit comments