Skip to content

Commit 25e759e

Browse files
committed
Reverted Jacoco task registration to old configuration
1 parent 20ba30a commit 25e759e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

omniNotes/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,7 @@ apply plugin: 'jacoco'
240240
jacoco {
241241
toolVersion = jacocoVersion
242242
}
243-
tasks.register('jacocoTestReport', JacocoReport) {
244-
dependsOn['testAlphaDebugUnitTest', 'createAlphaDebugCoverageReport', 'connectedPlayDebugAndroidTest']
245-
243+
task jacocoTestReport(type: JacocoReport, dependsOn: ['testAlphaDebugUnitTest', 'createAlphaDebugCoverageReport', 'connectedPlayDebugAndroidTest']) {
246244
reports {
247245
xml.required = true
248246
html.required = true

0 commit comments

Comments
 (0)