We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7df6d commit cc73381Copy full SHA for cc73381
instrumentation/grpc-1.5/build.gradle.kts
@@ -31,7 +31,7 @@ afterEvaluate{
31
32
idea {
33
module {
34
- sourceDirs.add(file("${projectDir}/build/generated/source/proto/main/proto"))
+ sourceDirs.add(file("${projectDir}/build/generated/source/proto/test/proto"))
35
}
36
37
…grpc-1.5/src/main/proto/helloworld.proto …grpc-1.5/src/test/proto/helloworld.protoinstrumentation/grpc-1.5/src/main/proto/helloworld.proto renamed to instrumentation/grpc-1.5/src/test/proto/helloworld.proto
0 commit comments