mirror of https://github.com/grpc/grpc-java.git
Partial fix for fresh Intellij import
This commit is contained in:
parent
7e655beb88
commit
a84b406682
|
@ -3,6 +3,7 @@ build
|
|||
gradle.properties
|
||||
.gradle
|
||||
local.properties
|
||||
out
|
||||
|
||||
# Maven (examples)
|
||||
target
|
||||
|
|
|
@ -60,6 +60,6 @@ protobuf {
|
|||
|
||||
idea {
|
||||
module {
|
||||
sourceDirs += file("${projectDir}/build/generated/source/proto/test/javalite/")
|
||||
testSourceDirs += file("${projectDir}/build/generated/source/proto/test/javalite/")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue