Skip to content

Commit

Permalink
Add details to "Building Java resource jar" progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalvador committed Mar 26, 2023
1 parent c1033c6 commit 66c390c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void build(JavaSemantics semantics, RuleContext ruleContext, String execG
.addTransitiveInputs(additionalInputs)
.addInputs(classpathResources)
.addCommandLine(command.build(), PARAM_FILE_INFO)
.setProgressMessage("Building Java resource jar")
.setProgressMessage("Building Java resource jar %{label}")
.setMnemonic(MNEMONIC)
.setExecGroup(execGroup)
.build(ruleContext));
Expand Down

0 comments on commit 66c390c

Please sign in to comment.