Skip to content

Commit eb2cf32

Browse files
committed
Disable root test report until move to jacoco-report-aggregation plugin
1 parent 770a8d8 commit eb2cf32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/root/testing.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ gradle.projectsEvaluated {
124124
//finalizedBy jacocoRootReport
125125
}
126126

127+
/**
127128
task rootTestReport(type: TestReport, group: 'Reports') {
128129
description = 'Generates an aggregate test report'
129130
destinationDir = file("$buildDir/reports/allTests")
@@ -142,6 +143,8 @@ gradle.projectsEvaluated {
142143
// Wait until all Test tasks have run. This creates a task *ordering*, not a dependency.
143144
mustRunAfter subprojectTestTasks
144145
}
146+
**/
145147
}
146148

149+
147150
apply plugin: 'base' // Gives us the "clean" task for removing rootTestReport's output.

0 commit comments

Comments
 (0)