aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorzpencer <spencerfang@google.com>2018-03-26 17:29:55 -0700
committerGitHub <noreply@github.com>2018-03-26 17:29:55 -0700
commit14003c14ccddf2b30156b7a5a9321b5daad37f7e (patch)
tree452a99c42ae62531d8716fd321bdbfc1dd53e06e /build.gradle
parent3bb6708eeec56c479525018b0bad5f3c42b04f67 (diff)
downloadgrpc-grpc-java-14003c14ccddf2b30156b7a5a9321b5daad37f7e.tar.gz
build.gradle: bump protobuf plugin to 0.8.5 (#4101)
This update automatically adds generated sources and proto IDLs to the `idea` plugin.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 689e230fa..03f2309b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -207,7 +207,7 @@ subprojects {
protobuf_lite: "com.google.protobuf:protobuf-lite:3.0.1",
protoc_lite: "com.google.protobuf:protoc-gen-javalite:3.0.0",
protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufNanoVersion}",
- protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.8.3',
+ protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.8.5',
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",
lang: "org.apache.commons:commons-lang3:3.5",