We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb1c41 commit c4bc599Copy full SHA for c4bc599
1 file changed
gradle/any/protobuf.gradle
@@ -8,14 +8,6 @@ protobuf {
8
}
9
10
11
-// Add generated sources to the main sourceSet, which keeps intellij happy.
12
-// Now, we could use the idea plugin and let gradle generate intellij project files, but it seems as though gradle is
13
-// considering deprecating their plugin and upstreaming it to JetBrains. Might not be a good bet to start relying on
14
-// the idea plugin at this point.
15
-// https://github.com/gradle/gradle/issues/1366#issuecomment-546928184
16
-sourceSets.main.java.srcDirs += ['build/generated/sources/proto/main/java',
17
- 'build/generated/sources/proto/main/grpc']
18
-
19
jacocoTestReport {
20
afterEvaluate {
21
// Exclude proto generated sources and classes from the coverage reports
0 commit comments