aboutsummaryrefslogtreecommitdiff
path: root/protobuf-lite
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 /protobuf-lite
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 'protobuf-lite')
-rw-r--r--protobuf-lite/build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/protobuf-lite/build.gradle b/protobuf-lite/build.gradle
index 719910fa1..ff777fdac 100644
--- a/protobuf-lite/build.gradle
+++ b/protobuf-lite/build.gradle
@@ -59,9 +59,3 @@ protobuf {
}
}
}
-
-idea {
- module {
- testSourceDirs += file("${projectDir}/build/generated/source/proto/test/javalite/")
- }
-}