Skip to content

Commit 6ac414d

Browse files
vasdeepikaDeepika Varada
authored andcommitted
Fixed "No signature of method: org.gradle.api.internal.file.CompositeFileCollection$1.setFrom()" bug for mergeJacocoReports task. (#157)
Co-authored-by: Deepika Varada <[email protected]>
1 parent 4d0b2d7 commit 6ac414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/vanniktech/android/junit/jacoco/GenerationPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class GenerationPlugin implements Plugin<Project> {
273273

274274
doFirst {
275275
// Filter non existing files.
276-
def realExecutionData = project.files().asFileTree
276+
def realExecutionData = project.files()
277277

278278
executionData.each {
279279
if (it.exists()) {

0 commit comments

Comments
 (0)