commit | 6d9e149dcb1556d9a9626183b2484cfc24f647b4 | [log] [tgz] |
---|---|---|
author | Simon Horlick <simonhorlick@gmail.com> | Fri Jun 23 04:06:49 2017 +0800 |
committer | Eric Anderson <ejona@google.com> | Thu Jun 22 13:06:49 2017 -0700 |
tree | 857dd0046f4703e6afa4108d35edd58e86d0c581 | |
parent | 51ce204f53e235c7fc433f00a6dbb76a4f47b1f3 [diff] [blame] |
build: Add Bazel java_grpc_library rule Bazel third party dependencies are specified in repositories.bzl which gives the consumer the ability to opt-out of any dependencies they use directly in their own project. Fixes #2756
diff --git a/WORKSPACE b/WORKSPACE new file mode 100644 index 0000000..e0ae4f0 --- /dev/null +++ b/WORKSPACE
@@ -0,0 +1,5 @@ +workspace(name = "grpc_java") + +load("//:repositories.bzl", "grpc_java_repositories") + +grpc_java_repositories()