aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authornmittler <nathanmittler@google.com>2015-01-27 10:25:39 -0800
committernmittler <nathanmittler@google.com>2015-01-27 11:25:25 -0800
commitf83145865ab7039bb7c860bef6916ec28d0da790 (patch)
tree1791b54aa1d3d920e8d162d2afc5e8cc87abe665 /all
parentaeeebb7cdbdefadcf4e200974e8ef504fae05756 (diff)
downloadgrpc-grpc-java-f83145865ab7039bb7c860bef6916ec28d0da790.tar.gz
Removing all references to "stubby"
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/all/build.gradle b/all/build.gradle
index a55e2cd01..fb7e2fbc4 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -1,14 +1,14 @@
-description = "Stubby: All"
+description = "gRPC: All"
// Make sure that no transitive dependencies are included.
configurations.compile.transitive = false
dependencies {
- compile project(':stubby-core'),
- project(':stubby-stub'),
- project(':stubby-auth'),
- project(':stubby-netty'),
- project(':stubby-okhttp')
+ compile project(':grpc-core'),
+ project(':grpc-stub'),
+ project(':grpc-auth'),
+ project(':grpc-netty'),
+ project(':grpc-okhttp')
}
// Create a fat jar containing only the direct dependencies