mirror of https://github.com/grpc/grpc-java.git
Fix Intellij syncing for some generated dirs
This commit is contained in:
parent
85e68dbe98
commit
86ef8e70b5
|
|
@ -17,3 +17,10 @@ dependencies {
|
|||
}
|
||||
|
||||
configureProtoCompilation()
|
||||
|
||||
idea {
|
||||
module {
|
||||
sourceDirs += file("${projectDir}/src/generated/main/grpc");
|
||||
sourceDirs += file("${projectDir}/src/generated/main/java");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,3 +40,9 @@ if (project.hasProperty('protobuf')) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
idea {
|
||||
module {
|
||||
sourceDirs += file("${projectDir}/src/generated/test/javanano");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue