mirror of https://github.com/grpc/grpc-java.git
protobuf-lite: add javalite generated sources to intellij path (#3653)
This commit is contained in:
parent
de408e0a86
commit
4c96ebd6d4
|
|
@ -57,3 +57,9 @@ protobuf {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
idea {
|
||||||
|
module {
|
||||||
|
sourceDirs += file("${projectDir}/build/generated/source/proto/test/javalite/")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue