Skip to content

Commit cc73381

Browse files
authored
Move helloworld proto to grpc test (#78)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 7d7df6d commit cc73381

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

instrumentation/grpc-1.5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ afterEvaluate{
3131

3232
idea {
3333
module {
34-
sourceDirs.add(file("${projectDir}/build/generated/source/proto/main/proto"))
34+
sourceDirs.add(file("${projectDir}/build/generated/source/proto/test/proto"))
3535
}
3636
}
3737

0 commit comments

Comments
 (0)