Skip to content

Commit

Permalink
We only need to load rules_license once
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 22, 2024
1 parent 2ce2ee2 commit 321d7e5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@ def contrib_rules_jvm_deps():
path = "@contrib_rules_jvm//java/private:contrib_rules_jvm_deps.zip",
)

# This is required by `rules_jvm_external`
maybe(
http_archive,
name = "rules_license",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz",
"https://github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz",
],
sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38",
)

# This is required by `rules_jvm_external`
maybe(
http_archive,
Expand Down Expand Up @@ -150,16 +139,6 @@ def contrib_rules_jvm_gazelle_deps():

# We need to expand the contents of `@rules_proto//proto:repositories.bzl" here so
# we can continue the two-step initialisation process
maybe(
http_archive,
name = "rules_license",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz",
"https://github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz",
],
sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38",
)

maybe(
http_archive,
name = "rules_cc",
Expand Down

0 comments on commit 321d7e5

Please sign in to comment.