Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 29d5a42

Browse files
author
Bogdan Drutu
authored
Add grpc generated files to the idea plugin. (#175)
1 parent fb7c17e commit 29d5a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ clean {
8989
idea {
9090
module {
9191
sourceDirs += file("${protobuf.generatedFilesBaseDir}/main/java");
92+
sourceDirs += file("${protobuf.generatedFilesBaseDir}/main/grpc");
9293
// If you have additional sourceSets and/or codegen plugins, add all of them
9394
}
9495
}

0 commit comments

Comments
 (0)