File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1313 java-version : ' 11'
1414 - name : Build with Gradle (refresh dependencies)
1515 run : ./gradlew clean classes testClasses assemble --refresh-dependencies
16+ - name : Build sourceJars
17+ run : ./gradlew sourceJar
Original file line number Diff line number Diff 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-
1911jacocoTestReport {
2012 afterEvaluate {
2113 // Exclude proto generated sources and classes from the coverage reports
You can’t perform that action at this time.
0 commit comments