aboutsummaryrefslogtreecommitdiff
path: root/protobuf-lite
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-05-23 17:04:51 -0700
committerGitHub <noreply@github.com>2017-05-23 17:04:51 -0700
commit0fe2c5cca6171da9554e29b371dbc364dcb332ab (patch)
tree1aad9cc33636d7bb049d87c75e9f1e69549b64bf /protobuf-lite
parent530b714790ee85aad83e6eec4f6d29f31e16e377 (diff)
downloadgrpc-grpc-java-0fe2c5cca6171da9554e29b371dbc364dcb332ab.tar.gz
all: bump to proto 3.3.1
Diffstat (limited to 'protobuf-lite')
-rw-r--r--protobuf-lite/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/protobuf-lite/build.gradle b/protobuf-lite/build.gradle
index 39af071db..0a15e66fb 100644
--- a/protobuf-lite/build.gradle
+++ b/protobuf-lite/build.gradle
@@ -33,7 +33,7 @@ protobuf {
if (project.hasProperty('protoc')) {
path = project.protoc
} else {
- artifact = "com.google.protobuf:protoc:${protobufVersion}"
+ artifact = "com.google.protobuf:protoc:${protocVersion}"
}
}
plugins {