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 Jan 1, 2023
1 parent 4c7ea46 commit 98bd025
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 98bd025

Please sign in to comment.