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 Dec 30, 2022
1 parent 306d583 commit f122de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void build(JavaSemantics semantics, RuleContext ruleContext) {
.addTransitiveInputs(additionalInputs)
.addInputs(classpathResources)
.addCommandLine(command.build(), PARAM_FILE_INFO)
.setProgressMessage("Building Java resource jar")
.setProgressMessage("Building Java resource jar %{label}")
.setMnemonic(MNEMONIC)
.build(ruleContext));
}
Expand Down

0 comments on commit f122de3

Please sign in to comment.