Add grpc generated files to the idea plugin. (#175)

pull/176/head
Bogdan Drutu 6 years ago committed by GitHub
parent fb7c17e3be
commit 29d5a424e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build.gradle

@ -89,6 +89,7 @@ clean {
idea {
module {
sourceDirs += file("${protobuf.generatedFilesBaseDir}/main/java");
sourceDirs += file("${protobuf.generatedFilesBaseDir}/main/grpc");
// If you have additional sourceSets and/or codegen plugins, add all of them
}
}

Loading…
Cancel
Save