Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrauner-da committed Oct 17, 2024
1 parent e5b2879 commit 5dcbf68
Show file tree
Hide file tree
Showing 5 changed files with 2,604 additions and 17,924 deletions.
10 changes: 10 additions & 0 deletions sdk/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,16 @@ switched_rules_by_language(
java = True,
)

# WORKSPACE

load("//bazel_tools:read_common_deps_json.bzl", "read_common_deps_json")

read_common_deps_json(
name = "common_deps",
json_file = "//:all-common-dependencies.json",
output_file = "common_deps.bzl",
)

load("//:bazel-java-deps.bzl", "install_java_deps")

install_java_deps()
Expand Down
Loading

0 comments on commit 5dcbf68

Please sign in to comment.