Skip to content

Commit

Permalink
Delete remote_java_tools_darwin repo
Browse files Browse the repository at this point in the history
This is no longer needed as references to it have now been removed in bazel/bazel_tools
  • Loading branch information
hvadehra committed Mar 22, 2023
1 parent dd3361f commit 5afafa1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions java/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ def java_tools_repos():
],
)

maybe(
http_archive,
name = "remote_java_tools_darwin",
sha256 = "abc434be713ee9e1fd6525d7a7bd9d7cdff6e27ae3ca9d96420490e7ff6e28a3",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/java/v12.0/java_tools_darwin_x86_64-v12.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/java_v12.0/java_tools_darwin_x86_64-v12.0.zip",
],
)

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

0 comments on commit 5afafa1

Please sign in to comment.