File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ subprojects {
60
60
mavenCentral()
61
61
}
62
62
63
- scala {
64
- zincVersion = " 1.3.0"
65
- }
66
-
67
63
tasks. withType(ScalaCompile ) {
68
64
scalaCompileOptions. additionalParameters = gradle. scala. compileFlags
69
65
scalaCompileOptions. forkOptions. jvmArgs = [" -Xss2m" ]
Original file line number Diff line number Diff line change @@ -317,7 +317,9 @@ gradle.projectsEvaluated {
317
317
projectsWithCoverage. forEach {
318
318
dependentTasks << it + ' :reportScoverage'
319
319
}
320
+ dependentTasks << ' compileScoverageScala'
320
321
dependsOn(dependentTasks)
322
+
321
323
// Need to recreate the logic from
322
324
// https://github.com/scoverage/gradle-scoverage/blob/924bf49a8f981f119d0604b44a782f3f8eecb359/src/main/groovy/org/scoverage/ScoveragePlugin.groovy#L137
323
325
// default tasks retrigger the tests. As ours is a multi module integration
You can’t perform that action at this time.
0 commit comments