aboutsummaryrefslogtreecommitdiff
path: root/protobuf-nano
diff options
context:
space:
mode:
authorLouis Ryan <lryan@google.com>2016-02-18 13:46:08 -0800
committerLouis Ryan <lryan@google.com>2016-02-18 20:44:46 -0800
commit86ef8e70b56abd6c4f6ba9cef87c5c54cdcdeb26 (patch)
treeb539af5241f13d8f4816114a756650590d3e18e9 /protobuf-nano
parent85e68dbe9874d81b06557e74dd1236cb6db3d543 (diff)
downloadgrpc-grpc-java-86ef8e70b56abd6c4f6ba9cef87c5c54cdcdeb26.tar.gz
Fix Intellij syncing for some generated dirs
Diffstat (limited to 'protobuf-nano')
-rw-r--r--protobuf-nano/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/protobuf-nano/build.gradle b/protobuf-nano/build.gradle
index de4f95a74..5053e49e1 100644
--- a/protobuf-nano/build.gradle
+++ b/protobuf-nano/build.gradle
@@ -40,3 +40,9 @@ if (project.hasProperty('protobuf')) {
}
}
}
+
+idea {
+ module {
+ sourceDirs += file("${projectDir}/src/generated/test/javanano");
+ }
+}