aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorKun Zhang <zhangkun@google.com>2016-09-01 16:00:43 -0700
committerKun Zhang <zhangkun@google.com>2016-09-02 13:18:35 -0700
commitc4f7f5c4fd3d4f2909ea92f879c4b882098032a9 (patch)
tree2c69ec97ce39765f6e408aa93a7eae20d2d4fd90 /all
parent58d78dd0aae93b23d9351cd03876baaf37164b73 (diff)
downloadgrpc-grpc-java-c4f7f5c4fd3d4f2909ea92f879c4b882098032a9.tar.gz
core: split Context into a separate grpc-context artifact.
The Context API is not particularly gRPC-specific, and will be used by Census as its context propagation mechanism. Removed all dependencies to make it easy for other libraries to depend on.
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/all/build.gradle b/all/build.gradle
index a78d440ec..535d0e723 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -14,6 +14,7 @@ buildscript {
def subprojects = [
project(':grpc-auth'),
project(':grpc-core'),
+ project(':grpc-context'),
project(':grpc-netty'),
project(':grpc-okhttp'),
project(':grpc-protobuf'),