Skip to content

Commit

Permalink
Update maven.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
jin authored Dec 11, 2024
1 parent 2d65462 commit 917c28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/extensions/maven.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def maven_impl(mctx):

for (repo_name, known_names) in repo_name_2_module_name.items():
if len(known_names) > 1:
print("The maven repository '%s' is used in multiple bzlmod modules: %s" % (
print("The maven repository '%s' has contributions from multiple bzlmod modules, and will be resolved together: %s" % (
repo_name, # e.g. "maven"
str(known_names), # e.g. bzl_module_foo, bzl_module_bar
))
Expand Down

0 comments on commit 917c28d

Please sign in to comment.