File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-4.7 -all.zip
7
- distributionSha256Sum =203f4537da8b8075e38c036a6d14cb71b1149de5bf0a8f6db32ac2833a1d1294
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-5.0 -all.zip
7
+ distributionSha256Sum =17847c8e12b2bcfce26a79f425f082c31d4ded822f99a66127eee2d96bf18216
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ allprojects {
28
28
task aggregateScoverage (type : org.scoverage.ScoverageAggregate )
29
29
30
30
subprojects {
31
- aggregateScoverage. dependsOn(it. tasks)
31
+ aggregateScoverage. dependsOn(it. tasks. reportScoverage )
32
32
}
33
33
You can’t perform that action at this time.
0 commit comments