Skip to content

Commit

Permalink
Fix dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Feb 9, 2024
1 parent dfec964 commit 2bddce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ pkg_tar(
write_file(
name = "gen_maven_repo_name",
out = "MAVEN_CANONICAL_REPO_NAME",
content = [get_canonical_repo_name("@maven")],
# TODO: Use this instead after building with Bazel 7.1.0 or later.
# content = [get_canonical_repo_name("@maven")],
content = ["rules_jvm_external~~maven~maven"],
)

# The @maven repository is created by maven_install from rules_jvm_external.
Expand Down

0 comments on commit 2bddce6

Please sign in to comment.