Skip to content

Commit c4bc599

Browse files
committed
sourceSet modification no longer needed post proto plugin upgrade
1 parent 0eb1c41 commit c4bc599

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gradle/any/protobuf.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ protobuf {
88
}
99
}
1010

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-
1911
jacocoTestReport {
2012
afterEvaluate {
2113
// Exclude proto generated sources and classes from the coverage reports

0 commit comments

Comments
 (0)